Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uncaught TypeError #5

Open
mhasanrabbi opened this issue Dec 18, 2021 · 0 comments
Open

Uncaught TypeError #5

mhasanrabbi opened this issue Dec 18, 2021 · 0 comments

Comments

@mhasanrabbi
Copy link

mhasanrabbi commented Dec 18, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant