You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use R3F v8 for React 18 projects to prevent reconciler crash
- R3F v9 requires React 19 using v9 with React 18 causes TypeError:
Cannot read properties of undefined (reading 'ReactCurrentOwner')
- Pin R3F v8.18.0 + drei v9.122.0 for React 18 projects (default)
- Pin R3F v9.5.0 + drei v10.7.7 for React 19 projects only
- Add Vite optimizeDeps.include guidance for three/r3f/drei
- Explicit warning about version mismatch in system prompt
0 commit comments