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
fix(react): resolve React warnings and fix Alert title margin (#72)
* fix(react): resolve React warnings and fix Alert title margin
- List: wrap renderItem results in keyed Fragments to fix missing key warning
- Collapse: move extra content outside header button to fix nested button warning
- Waterfall: prevent infinite loop in onLayoutChange by deduplicating layout updates
- InputOTP: move onChange call outside setState updater to fix setState-during-render warning
- Tag: destructure visible prop to prevent it leaking to DOM
- StrengthIndicator: destructure labels prop to prevent it leaking to DOM
- NativeSelect: use defaultValue instead of value in disabled demo
- Alert: only apply title bottom margin when children are present
* chore: add changeset for React warning fixes and Alert style fix
* test(collapse): update snapshot for header restructure
0 commit comments