-
Notifications
You must be signed in to change notification settings - Fork 281
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
Error: <svg> attribute viewBox: Expected number, "0 0.. #20
Comments
Same problem .. i did exactly the same as the example and always have this error... |
should be |
Thanks a lot ! It works for me now :) |
damn me to! frigg! thanks github! |
It works for me too. Thanks! I want to know the reason is 'lottie-web' version upgrade? |
@patrick-sung you saved me from something that's been blocking me the entire day. THANK YOU! 😭 |
OMG. WHY THIS ISN'T IN THE DOCUMENTATION. I literally wasted half of the day.. |
Yeah, had the same problem, please update the doc, I would never have figured out by myself if @patrick-sung didn't reveal the trick |
How can I find this in the Lottie doc? |
Ow please update the documentation( https://github.com/chenqingspring/vue-lottie/blob/master/README.md#L65 ) for |
Thanks @patrick-sung, was stuck on this for over an hour! |
Thx so much
Very thx! Save my day! |
thanks a lottie!!! |
thanks for your help, |
so cool |
After
Finally, thanks ya,,, anyone tell me why it's not working as the documentation... |
Good question. But seems like it will not be fixed. |
Could also change how it's imported: - import * as animationData from './planets-spinning.json'
+ import animationData from './planets-spinning.json' This way you don't have to get |
2 years later and the documentation still needs updating :( There are even PRs for it: #40 #42 #51 @chenqingspring please update? :) |
Sensacional!!! |
@patrick-sung god |
Update the docs!!! |
nice |
what about Typescript? it's not happy with that saying |
Yeah, for TypeScript it's better to do
|
where add this? |
where should i add this |
Setting up as per the example and getting:
Error: attribute viewBox: Expected number, "0 0 undefined undefi…
Any ideas?
The text was updated successfully, but these errors were encountered: