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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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