-
Notifications
You must be signed in to change notification settings - Fork 55
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-lottie-player is not working in production mode but it is working fine in localhost #87
Comments
Does it work with 1.5.0? |
I'm using current version "react-lottie-player": "^1.5.0", but it's not working |
I think it’s a bug with lottie-web. Can you try to use lottie-web directly and see if you get this problem? Other workaround is to disable minify for lottie-web, or I think use lottie-light instead |
I have this problem too, i'm using nextJS and in local is fine but in production it breaks |
what's the error? |
the animation hide in production, but in localhost i can see the animation. |
does it work with lottie-web? also, try lottie light instead, does that work? |
yes, lottie-web work... |
But react lottie player wirh lottie light does not? |
If you are using nextjs you have to update to the next version
|
I'm working in next js and I user react-lottie-player. it is working fine in local host but is not working in production mode.. please
help me..
here is production link
The text was updated successfully, but these errors were encountered: