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
{{ message }}
This repository was archived by the owner on Jun 24, 2023. It is now read-only.
There are multiple namespace collisions with root.
The editor has a concept of root and at the same time, R3F also does. We keep track of both inside the editor currently and the names collide.
Inside of ThreeEditorCanvas, FiberCanvas uses #root for its id causing invalid HTML since there is already a div with #root. I know this is being used with useId so seems like there needs to be a more robust solution than just removing it or change the name.
There are multiple namespace collisions with
root.ThreeEditorCanvas,FiberCanvasuses#rootfor its id causing invalid HTML since there is already a div with#root. I know this is being used withuseIdso seems like there needs to be a more robust solution than just removing it or change the name.