fullstack-music icon indicating copy to clipboard operation
fullstack-music copied to clipboard

Uncaught TypeError

Open mhasanrabbi opened this issue 4 years ago • 0 comments

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.

mhasanrabbi avatar Dec 18 '21 08:12 mhasanrabbi