-
Notifications
You must be signed in to change notification settings - Fork 738
Uncaught TypeError: Cannot set property customDepthMaterial of #<Text> which has only a getter #2403
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
Getting this same error on |
Do you have a shadow map configured? |
I didn't do any configuration. I'm still in the initial learning stage. I used it directly after introducing Text. |
In my case, although I’m not sure why, removing the |
This seems to be a very large issue atm, adding Text/Text3D breaks any scene when used with Nextjs 15 |
Using drei "10.0.6", fiber "9.1.2" and threejs 175, I get the same error as above. But after downgrading to threejs 174 the error disappeared. I'm also on Nextjs 15 |
Reporting errors with Text in version 10.0.0 and later Uncaught TypeError: Cannot set property customDepthMaterial of # which has only a getter
Here is the example code:
<Text> Threejs Text </Text>
The text was updated successfully, but these errors were encountered: