Closed AndrewRayCode closed 21 hours ago
For me at least, It does not work with next 15 in general, I don't know if it is a problem with next 15 or react 19
It looks to be a Next 15 compatibility issue that is discussed in this thread #3222
closing as dupe then!
I'm not sure yet, but react-three-fiber may not be compatible with React 19. Running react-three-fiber in react@19.0.0-rc-66855b96-20241106 raises an error:
I had to install
@react-three/fiber
with--force
becausereact@19.0.0-rc...
apparently does not satisfy the >=18This is an issue because
npx create-next-app
apparently uses react rc19. I tried downgrading it withBut same error in browser. Either way it looks like there might be reconciler(?) changes in React 19 that r3f does not currently support.