fullstack-music
fullstack-music copied to clipboard
Uncaught TypeError
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.