You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UPDATE:
I found the findAll-function under node_modules/@react-three/test-renderer/dist/react-three-test-renderer.cjs.dev.js which is responsible for iterating the tree. There in line 704 it uses root.allChildren.forEach. Switched it to root.children.forEach, which works.
My scene-graph (
renderer.toGraph()
):Now executing
scene.findByProps({ name: "MEASUREMENT-LINE" })
results in an error:This seems to be a bug.
My packages:
Node.js v20.15.0
Can you help me?
The text was updated successfully, but these errors were encountered: