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
Which Mux Elements/Packages does this apply to? Select all that apply
mux-player, mux-player-react
Which browsers are you using?
Chrome
Which operating systems are you using?
Windows
Description
Hello, I updated my next project to version 14.0.5-canary.4 to enable a feature that I wanted, and mux-player-react started complaining about
I didn't have this problem before, and I have also tried multiple versions of mux-react-player starting from 2.0 to 2.3
Reduced test case
No response
Steps to reproduce
Include mux-player-react in a next js project with version 14.0.5-canary.4.
Add a video to a page.
It fails
Current Behavior
Videos don't load at all
Expected Behavior
For the videos to play normally.
Errors
Uncaught TypeError: Cannot read properties of undefined (reading 'removeEventListener')
at eval (webpack-internal:///(app-pages-browser)/../../node_modules/.pnpm/media-chrome@1.7.0/node_modules/media-chrome/dist/media-controller.js:220:15)
at Array.forEach ()
at eval (webpack-internal:///(app-pages-browser)/../../node_modules/.pnpm/media-chrome@1.7.0/node_modules/media-chrome/dist/media-controller.js:219:50)
at Array.forEach ()
at HTMLElement.mediaUnsetCallback (webpack-internal:///(app-pages-browser)/../../node_modules/.pnpm/media-chrome@1.7.0/node_modules/media-chrome/dist/media-controller.js:210:76)
at HTMLSlotElement.eval (webpack-internal:///(app-pages-browser)/../../node_modules/.pnpm/media-chrome@1.7.0/node_modules/media-chrome/dist/media-container.js:300:16)
It keeps printing this in a loop.
What version of the package are you using?
2.0.0 - 2.3.0
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Which Mux Elements/Packages does this apply to? Select all that apply
mux-player, mux-player-react
Which browsers are you using?
Chrome
Which operating systems are you using?
Windows
Description
Hello, I updated my next project to version 14.0.5-canary.4 to enable a feature that I wanted, and mux-player-react started complaining about
I didn't have this problem before, and I have also tried multiple versions of mux-react-player starting from 2.0 to 2.3
Reduced test case
No response
Steps to reproduce
Current Behavior
Videos don't load at all
Expected Behavior
For the videos to play normally.
Errors
Uncaught TypeError: Cannot read properties of undefined (reading 'removeEventListener')
at eval (webpack-internal:///(app-pages-browser)/../../node_modules/.pnpm/media-chrome@1.7.0/node_modules/media-chrome/dist/media-controller.js:220:15)
at Array.forEach ()
at eval (webpack-internal:///(app-pages-browser)/../../node_modules/.pnpm/media-chrome@1.7.0/node_modules/media-chrome/dist/media-controller.js:219:50)
at Array.forEach ()
at HTMLElement.mediaUnsetCallback (webpack-internal:///(app-pages-browser)/../../node_modules/.pnpm/media-chrome@1.7.0/node_modules/media-chrome/dist/media-controller.js:210:76)
at HTMLSlotElement.eval (webpack-internal:///(app-pages-browser)/../../node_modules/.pnpm/media-chrome@1.7.0/node_modules/media-chrome/dist/media-container.js:300:16)
It keeps printing this in a loop.
What version of the package are you using?
2.0.0 - 2.3.0
The text was updated successfully, but these errors were encountered: