-
Notifications
You must be signed in to change notification settings - Fork 725
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
TypeError: Cannot read properties of undefined (reading 'elements') - MeshReflectorMaterial #2138
Labels
bug
Something isn't working
Comments
@sovetski can you paste the error's calls stack? |
@abernier sure:
|
Same issue here. @sovetski could you fix it ? using
|
Hi guys, I have the same issue here too
|
I'm having the same issue using Next 15 :/
|
Drei does not support React 19. See #2260 where we're tracking this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
three
version: 0.169.0@react-three/fiber
version: 9.0.0-alpha.8@react-three/drei
version: 9.115.0node
version: v20.10.0npm
(oryarn
) version: 10.2.3Problem description:
With the code below I am getting this error:
TypeError: Cannot read properties of undefined (reading 'elements')
Relevant code:
The text was updated successfully, but these errors were encountered: