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
Getting this error on Components/player.tsx line 45 :
Uncaught TypeError: Cannot read properties of null (reading 'seek') at f if (playing && !isSeeking) { const f = () => { setSeek(soundRef.current.seek()); timerId = requestAnimationFrame(f); };
even I copied your code from repo still getting this error.
The text was updated successfully, but these errors were encountered:
Getting this error on Components/player.tsx line 45 :
Uncaught TypeError: Cannot read properties of null (reading 'seek') at f
if (playing && !isSeeking) { const f = () => { setSeek(soundRef.current.seek()); timerId = requestAnimationFrame(f); };
even I copied your code from repo still getting this error.
The text was updated successfully, but these errors were encountered: