-
Notifications
You must be signed in to change notification settings - Fork 199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: react 18 #330
feat: react 18 #330
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
🦋 Changeset detectedLatest commit: f15f2ba The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit f15f2ba:
|
const root = createRoot(rootEl) | ||
root.render(<Leva isRoot />) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think I saw somewhere that using multiple roots is discouraged in React 18, would it be possible to switch to createPortal()
instead? I guess the API might have to change, e.g. requiring consumers to render a <Leva />
component
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this would actually be good API change where there's less "magic" and you can easily toggle it on and off.
Any update on this? |
Any update on this? |
Closing in favor of #412 |
Everything is mostly working but: - Leva is weirdly small. Waiting until they get things working on R18 here. pmndrs/leva#330
Depends on
TODO