You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using default "in-page" embedType with reacts strict mode throws the following error:
Disabling the strict mode resolves it, however this is not ideal. I was hoping this would be fixed in newly published version 1.5.0., but that only fixed the double rendering of the video element.
The video is mounted and plays, but this error gets thrown.
I can see another issue being open that is mentioning the same problem - #115
Doing some research brought me to these two issues that were reported for videojs, and both got resolved and solutions merged:
Using default
"in-page"
embedType with reacts strict mode throws the following error:Disabling the strict mode resolves it, however this is not ideal. I was hoping this would be fixed in newly published version 1.5.0., but that only fixed the double rendering of the video element.
The video is mounted and plays, but this error gets thrown.
I can see another issue being open that is mentioning the same problem - #115
Doing some research brought me to these two issues that were reported for
videojs
, and both got resolved and solutions merged:I would appreciate any updates on this issue.
The text was updated successfully, but these errors were encountered: