-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Cannot read properties of undefined (reading 'S') Evaluating @react-three/fiber.js #3494
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Same error inte NextJS app |
maybe you can use 8.18.0 instead |
did you fix it? same error |
Same error on desktop with Vite. |
any one have been solved? i neeeeeed help |
Got it working by downgrade to versions 8.18.0 or below:
|
Also fails with |
Same issue here with NextJS 15.3.1 and React 19.1. Works on local dev but if I build a production version, the .glb file does not load and console errors: |
Uh oh!
There was an error while loading. Please reload this page.
Bug Report:
@react-three/fiber
Canvas Not Working in Expo 52 (Web, iOS, Android)Description
The
Canvas
component from@react-three/fiber
(version9.1.0
) does not work in Expo 52 across web, iOS, or Android.Reproduction
I created an [Expo Snack](https://snack.expo.dev/@qalqi/threejs) that demonstrates the issue. The expected behavior is for the
Canvas
to render a 3D scene, but nothing appears.Expected Behavior
Canvas
should render correctly across all platforms (Web, iOS, and Android).Actual Behavior
Canvas
fails to display any content, with clear errorCannot read properties of undefined (reading 'S') Evaluating @react-three/fiber.js
.Environment
Additional Information
@react-three/fiber
may resolve the issue (to be tested).Would appreciate any insights or fixes! 🚀
The text was updated successfully, but these errors were encountered: