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
three
@react-three/fiber
@react-three/drei
node
npm
yarn
With the code below I am getting this error: TypeError: Cannot read properties of undefined (reading 'elements')
TypeError: Cannot read properties of undefined (reading 'elements')
<mesh position={[0, -1.5, 0]} rotation={[-Math.PI / 2, 0, 0]}> <planeGeometry args={[50, 50]} /> <MeshReflectorMaterial blur={[400, 400]} resolution={1024} mixBlur={1} mixStrength={15} depthScale={1} minDepthThreshold={0.85} color="#dbecfb" metalness={0.6} roughness={1} /> </mesh>
The text was updated successfully, but these errors were encountered:
@sovetski can you paste the error's calls stack?
Sorry, something went wrong.
No branches or pull requests
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: