Closed
Description
Expected Behavior
Able to use useController()
in my next.js app.
Actual Behavior
It throws an error that:
Error: Could not find
react-scroll-parallax
context value. Please ensure the component is wrapped in a<ParallaxProvider>
Steps to Reproduce the Problem
- I placed
ParallaxProvieder
in my_app.js
file. - I created my parallax component and it's working fine!
- I created a
ParallaxCache
component just like the example. - I put
ParallaxCache
beside my parallax component and it gives me the error.
Environment
- Next version: 9.0.5
- Browser: chrome last update