Open
Description
Which react-spring target are you using?
-
@react-spring/web
-
@react-spring/three
-
@react-spring/native
-
@react-spring/konva
-
@react-spring/zdog
What version of react-spring are you using?
9.7.5
What's Wrong?
UseSpring() is not firing in NextJS 14 dev environment.
Using the first example from the docs:
https://codesandbox.io/p/devbox/bold-andras-ymxghg
To Reproduce
Use the NextJS 14 Starter, create a simple component with useSpring, run npm run dev
Expected Behaviour
The element should animate.