-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Velocity and React Compatibility #743
Comments
I will look into this when I get time, I'm just very busy right now - I've not forgotten, and have cloned the demonstration repo for when I can do something. |
In response to Issue julianshapiro#743.
My setup:Node v7.7.3 // index.js
import 'velocity-animate';
import 'velocity-animate/velocity.ui'; Error:
|
The errors in React and Webpack are identical, but I can create a new issue specific to Webpack 2 if you like. |
As you're, I weren't able to use import statement... I have to register it outside react (or vue) like this:
|
The Velocity namespace for import is now "velocity-animate" and should fix this issue (as of 2.0.2). |
Referencing #479 (comment)
The text was updated successfully, but these errors were encountered: