Conversation
There was a problem hiding this comment.
Pull Request Overview
This pull request updates multiple video and audio element dependencies to fix a muted prop bug (issue #1957). The changes update patch versions across several media player libraries to incorporate bug fixes.
- Updates 8 media element dependencies to newer patch versions
- Addresses a muted prop bug that was likely affecting multiple video/audio players
- Maintains compatibility while incorporating upstream bug fixes
|
@luwes I just tried upgrading I'm guessing it's caused by this change? This happens when no explicit |
|
thanks for reporting, that looks like a bug in https://github.com/vimeo/player.js |
Sure @luwes, here you go, minimal reproduction: Basically just: export default function App() {
return <ReactPlayer src="https://vimeo.com/90509568" />;
} |
|
thank you! |
Thanks @luwes! |
fix #1957