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

如果报错的话,请在animationData后加.default #31

Open
lcolok opened this issue Apr 3, 2019 · 2 comments
Open

如果报错的话,请在animationData后加.default #31

lcolok opened this issue Apr 3, 2019 · 2 comments

Comments

@lcolok
Copy link

lcolok commented Apr 3, 2019

import * as animationData from './assets/pinjump.json';

log一下animationData发现它是一个module,一定要读取animationData.default才能顺利播放动画

@NicholasCao
Copy link

thx

@dalys
Copy link

dalys commented Jul 12, 2019

I also had this problem. This import seems to work better

import animationData from 'animations/animation.json';
lottieOptions: {
  animationData,
},

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

3 participants