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
After updating react-player from v2.16.1 → v3.3.3, I started experiencing a crash when switching the video source while the player is already playing. This issue is also reproducible in the demo from the current repository.
Steps to reproduce:
Open the demo.
Click the "Play" button before opening any video.
Open any Wistia video.
Actual behavior:
The app crashes with the following error: TypeError: Cannot read properties of undefined (reading 'play')
Expected behavior:
The player should switch to the new video source and autoplay it, without throwing an error.
I would be grateful for any guidance on how to handle this or a potential fix from your side.
After updating react-player from v2.16.1 → v3.3.3, I started experiencing a crash when switching the video source while the player is already playing. This issue is also reproducible in the demo from the current repository.
Steps to reproduce:
Actual behavior:
The app crashes with the following error:
TypeError: Cannot read properties of undefined (reading 'play')Expected behavior:
The player should switch to the new video source and autoplay it, without throwing an error.
I would be grateful for any guidance on how to handle this or a potential fix from your side.
Screen.Recording.2025-10-07.at.10.39.49.mov