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
Duplicated ids should not cause infinite re-render.
😯 Current Behavior
Duplicated ids cause infinite re-render.
💁 Possible Solution
Untangle duplicated ids in mergeProps, keeping track of whether an id was previously sighted.
Alternatively fix the underlying root cause in useId, but currently don't know whats causing the ref safeguard to fail.
Provide a general summary of the issue here
Tracking #7379 (comment) here so it doesn't get lost.
🤔 Expected Behavior?
Duplicated ids should not cause infinite re-render.
😯 Current Behavior
Duplicated ids cause infinite re-render.
💁 Possible Solution
Untangle duplicated ids in
mergeProps
, keeping track of whether an id was previously sighted.Alternatively fix the underlying root cause in
useId
, but currently don't know whats causing the ref safeguard to fail.🔦 Context
#7379 (comment)
🖥️ Steps to Reproduce
#7379 (comment)
Version
latest
What browsers are you seeing the problem on?
Chrome, Firefox, Safari, Microsoft Edge
If other, please specify.
No response
What operating system are you using?
osx
🧢 Your Company/Team
No response
🕷 Tracking Issue
No response
The text was updated successfully, but these errors were encountered: