-
Notifications
You must be signed in to change notification settings - Fork 28
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
[react-player] setAutoplay() Can't use whilst loading.
warning in console
#214
Comments
Hi, @ghtea we just released a fix for this. Please try updating the player to the latest @dotlottie/[email protected] |
@afsalz thanks, warning disappeared! |
still happening on latest version |
I'm seeng same warkning @afsalz in latest version 1.6.5 |
Hello @sergio-milu We can't seem to reproduce this issue. Could you help us reproduce it in a codesandbox and share the link with us? |
Hey, i'm reproducing the issue when using NetxJs and dynamic import (lazy loading) I think you can see it here |
Hi @sergio-milu we have released a fix for this. Please let us know if you're still facing this issue with the new version |
seems that is working now, thanks! |
When I use
<DotLottiePlayer src="..." />
from@dotlottie/react-player
,I get
setAutoplay() Can't use whilst loading.
warning in console.How can I fix this?
(the file is optimized .lottie)
The text was updated successfully, but these errors were encountered: