-
Which react-spring target are you using?
What version of react-spring are you using?@react-spring/web What's Wrong?Following the documentation, you cannot import Parallax components: As shown in these videos: https://imgur.com/a/iclSSlb To Reproduce1.) npm install @react-spring/web or react-spring Expected BehaviourImports Parallax components. Link to repo |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
That image doesn't load for me? Can you point me to the issue in the documentation & perhaps supply a code sandbox? Thanks! |
Beta Was this translation helpful? Give feedback.
-
Never mind, I found that all you need to install the @react-spring/parallax package manually because it isn't included in @react-spring/web or react-spring install. |
Beta Was this translation helpful? Give feedback.
-
Great to hear you solved your issue, I'm gonna move this to a discussion for future people. |
Beta Was this translation helpful? Give feedback.
Never mind, I found that all you need to install the @react-spring/parallax package manually because it isn't included in @react-spring/web or react-spring install.