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
If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.
To help make it easier for us to investigate your issue, please follow the contributing guidelines.
Description
I'm trying to migrate my app to react 18, as described in https://reactjs.org/blog/2022/03/08/react-18-upgrade-guide.html
But after the upgrade the playerjs is not loaded in the DOM anymore.
Steps to reproduce
Explain in detail the exact steps necessary to reproduce the issue.
create a new react app
npx create-react-app my-app
Change the index.js to Create root as per react version 18
Results:
Browser responds:
"VIDEOJS: WARN: The element supplied is not included in the DOM"
Expected
videojs loaded dispose()
Actual
Please describe what actually happened.
Error output
Additional Information
Please include any additional information necessary here. Including the following:
versions
videojs 1.18.1
node v16.11.1
npm 8.5.0
react 18
What browser are you using?
Chrome
What operating system are you using?
macOS
The text was updated successfully, but these errors were encountered: