Replies: 2 comments 2 replies
-
This is not an SSR error or anything inherent to R3F but three.js. Note that you will need to update libraries like Drei as you update three.js, as the latter is not backwards compatible and is API breaking every release. This was broken since r153 and fixed since Drei v9.84.2 pmndrs/drei#1628. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Is there a known combination of three, drei and @react-three/fiber good enough to work together in a Next JS app, allowing for the SSR effect to work correctly? Or SSR is now deprecated and should I use SSREffect by realism-effects instead? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tried replicating the Star Wars example from this CodeSandbox: link.
However, I'm encountering an SSR issue, as shown in my screenshot. Does anyone know how to fix this? Thanks in advance!
Here my package.json:
Here the error:
Beta Was this translation helpful? Give feedback.
All reactions