Skip to content
This repository was archived by the owner on Jun 24, 2023. It is now read-only.
This repository was archived by the owner on Jun 24, 2023. It is now read-only.

The editor root namespace has collisions #37

@krispya

Description

@krispya

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions