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
react-dom_client.js?v=7b4742ab:16659 Uncaught TypeError: Cannot read properties of null (reading 'src')
at r.sendMessage (www-widgetapi.js:1255:96)
at Xr (www-widgetapi.js:1245:100)
at <computed>.c.<computed> [as seekTo] (www-widgetapi.js:1277:135)
at HTMLDivElement.set [as currentTime] (plyr-react.js?t=1712…v=3d16b7ec:2707:126)
at set currentTime (plyr-react.js?t=1712…&v=3d16b7ec:3227:28)
at VidPlayer.tsx:32:40
at commitHookEffectListMount (react-dom_client.js?v=7b4742ab:16904:34)
at commitPassiveMountOnFiber (react-dom_client.js?v=7b4742ab:18152:19)
at commitPassiveMountEffects_complete (react-dom_client.js?v=7b4742ab:18125:17)
at commitPassiveMountEffects_begin (react-dom_client.js?v=7b4742ab:18115:15)
To Reproduce
I have a widget where I want to jump ahead to other play times, keeping the times in redux to prevent re-renders.
Describe the bug
cannot set
seek
time.when setting
plyr.currentTime
I get the error belowTo Reproduce
I have a widget where I want to jump ahead to other play times, keeping the times in redux to prevent re-renders.
Expected behavior
seek to new play time without crashing
Screenshots
at point of crashing, the player instance seems fully formed based on console log at previous line:
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: