We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@react-three/fiber
The Canvas component from @react-three/fiber (version 9.1.0) does not work in Expo 52 across web, iOS, or Android.
Canvas
9.1.0
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.
Cannot read properties of undefined (reading 'S') Evaluating @react-three/fiber.js
Would appreciate any insights or fixes! 🚀
The text was updated successfully, but these errors were encountered:
Same error inte NextJS app
Sorry, something went wrong.
maybe you can use 8.18.0 instead
No branches or pull requests
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: