-
Notifications
You must be signed in to change notification settings - Fork 9
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
t.SpringValue is not a constructor #34
Comments
Hey @peterp96, |
I'm using |
Could you please provide your package.json so we can exclude the possibility of a dependency mismatch? Thanks! |
Sure, here it is:
|
Thanks! I'll look into this issue when I'm back home. |
Hey @peterp96! |
I also started encountering this issue a couple weeks ago... I put together a sample CRA project reproducing the bug: https://github.com/willsmillie/parallax-bug-demo Let me know if I can provide any other info! Thanks for looking into this! |
Hey @choozn I was able to resolve the issue by deleting node_modules and editing my yarn.lock file with the following changes:
|
Hi @willsmillie! Did you just add those entries to the bottom of your yarn.lock file or did you replace anything in the yarn.lock as well? I'm having the same issue outlined above. Thanks! |
I will update the version of |
Thank you @willsmillie for helping with narrowing down the source of the error! |
Getting
t.SpringValue is not a constructor at ./node_modules/react-parallax-mouse/dist/index.js
.tried with:
still getting same error.
The text was updated successfully, but these errors were encountered: