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

Check the render method of Anime. #41

Open
hassanshaikley opened this issue Jan 18, 2018 · 10 comments
Open

Check the render method of Anime. #41

hassanshaikley opened this issue Jan 18, 2018 · 10 comments

Comments

@hassanshaikley
Copy link

hassanshaikley commented Jan 18, 2018

I am getting an error using this library using v8.9.4 of Node.

import Anime from 'react-anime';

....

  <Anime delay={(e, i) => i * 100}
       scale={[.1, .9]}>
    <div className="blue"/>
    <div className="green"/>
    <div className="red"/>
  </Anime>

This may be because I am using Gatsby, which may require one to transpile to es5 before using a library but I am not sure.

@nativix
Copy link

nativix commented Jan 21, 2018

Hey! I have the same problem and I'm also using Gatbsy, have you found a solution?

@rraghav1
Copy link

update your node version to 9.4.0 it will fix your problem.

@susannepeng
Copy link

I had this problem on the latest release (2.1.0). Downgrading to v2.0.1 worked for me.

@JoaoTMDias
Copy link

So for how long should we be using v2.0.1 until this is fixed?

@albertcarrete
Copy link

Any word on when or if this issue will be resolved? Node 9.4.0 is not an option for me at the moment so I'm still with 2.0.1.

@miguel-orange
Copy link

miguel-orange commented Mar 1, 2018

Might make sense to update package.json if a certain node version is required.see engines.
Attempted with node 9.6.1 same error.

@systemlevel
Copy link

Getting the same error running this as well. Only thing that helped was going back to v2.0.1 as @susannepeng suggested.

Any plans for a fix for this in future releases?

@elliotrpmorris-zz
Copy link

Any news on this getting fixed as still appears too apparent on gatsby

@chiumax
Copy link

chiumax commented Sep 3, 2018

Issue doesn't only affect gatsby

@lobstrio
Copy link

lobstrio commented Sep 14, 2018

How do you bounce back to v2.0.1 ?

EDIT
sudo npm install@2.0.1

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

10 participants