Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(filmstrip): prevent error on updating indicators for shared video
Shared video (youtube videos) do not have indicator icons about dominant speaker and raised hand. Add a check to see if the indicator icon container exists before trying to attach react icons to it. The error thrown didn't seem to be causing any UI issues though. While this truthy check before doing ReactDOM.render seems like it should be a general practice, I'm hesistatnt to make the change broadly because it hasn't been a problem so far.
- Loading branch information