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(TransitionGroup): filter out transition-specific props to avoid invalid HTML attributes
- Add props filtering logic to exclude transition-specific and TransitionGroup-specific props
- Prevents invalid HTML attributes like 'name' from being applied to DOM elements
- Fixes#13037 where TransitionGroup with tag='ul' was generating invalid HTML
The filtering ensures only valid HTML attributes are passed to the rendered element,
resolving W3C validation errors when using TransitionGroup with specific tags.
0 commit comments