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.
The text was updated successfully, but these errors were encountered:
krispya
changed the title
FiberCanvas uses #root for its id causing invalid HTML
The editor root namespace has collisions
Jan 8, 2023
There are multiple namespace collisions with
root
.ThreeEditorCanvas
,FiberCanvas
uses#root
for its id causing invalid HTML since there is already a div with#root
. I know this is being used withuseId
so seems like there needs to be a more robust solution than just removing it or change the name.The text was updated successfully, but these errors were encountered: