ECHOES-1269 Backport#663
Conversation
✅ Deploy Preview for echoes-react ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
SummaryBackport fix for React 19 compose-refs bug to 2.0.2 This backports ECHOES-1269 from main to branch-2.0. The fix prevents repeated ref callback updates in the The solution adds memoization — tracking the previous node and only updating refs if the node actually changes. Package version bumped to 2.0.2. What reviewers should knowWhere to focus: The core fix is in What to validate: Check that the patch is correctly applied to both the patch file and Non-obvious: This is a workaround/patch for upstream @radix-ui behavior, not a fix to echoes-react itself. The underlying issue is React 19's ref behavior change.
|
|
david-cho-lerat-sonarsource
left a comment
There was a problem hiding this comment.
Thanks! 🙏





No description provided.