-
Notifications
You must be signed in to change notification settings - Fork 663
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
npm import not working using bundler (parcel) #908
Comments
When installing version 9 into an existing project that's using earlier APIs this would be the expected result. The API has changed almost completely so there is no |
I was using the quickstart examples but I guess those are deprecated now? |
Yes, I guess they'd be considered deprecated. While those pages aren't linked to from the homepage, if they are to be kept online it probably should be made more clear they aren't current and the installation section should be updated for installing v8 specifically. Not sure what the library author wants to do there. |
The API is linked on the homepage with references to Tween etc. Perhaps a deprecated notice on these pages would avoid confusion. |
I'd meant they're not linked from the root homepage https://popmotion.io/ but I agree about the deprecation notice. According to #898 (comment) the intention is to add one. |
Hello - installing popmotion and bundling using parcel returns
"TypeError ... tween is not defined"
etcI tried another bundler and got similar issues. I then installed an older version of popmtion
npm i popmotion@8.7.3
and everything works.I'm on mac 10.15.7
The text was updated successfully, but these errors were encountered: