-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Add support for multiple roots with useId #3781
Comments
I am interested in fixing this bug. |
Do you know if we have news here? I'm interested in this because Deno Fresh islands architecture leverages multiple renders and causes this bug. |
rtrbt
added a commit
to Tinkerforge/esp32-firmware
that referenced
this issue
Oct 11, 2023
Preact's useId does not work with multiple roots: preactjs/preact#3781 Once the port to preact is complete, we can switch back to Preact's useId.
photron
pushed a commit
to Tinkerforge/esp32-firmware
that referenced
this issue
Oct 11, 2023
Preact's useId does not work with multiple roots: preactjs/preact#3781 Once the port to preact is complete, we can switch back to Preact's useId.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
There may be clashes in ids with multiple roots in the same page. This is a follow-up issue to #3772 . See: #3772 (comment)
To Reproduce
https://codesandbox.io/s/preact-useid-multiple-y0qbwq?file=/src/index.js
Expected behavior
What should have happened when following the steps above?
The text was updated successfully, but these errors were encountered: