-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Ref.current.seekTo is not a function #1572
Comments
I am also still experiencing this issue on 2.12.0 |
In my case, the |
I ran into a similar problem, and I used a hack way to get around it for now. Just FYI.
|
it worked! thank you so much! If I end up finding a better way il post the solution here. |
I am using react-player with next.js and typescript and i cant use the seekTo function
Im using:
I tried to use Ref.current.seekTo and it threw this error: Ref.current.seekTo is not a function
then i followed two solutions and nothing worked :(
My code for this solution: #1548 (comment)
My code for this solution: #1455 (comment)
Any help would be much appreciated.
Thank you in advance.
The text was updated successfully, but these errors were encountered: