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 private props to avoid invalid HTML attributes
- Add filtering for `name` prop in SSR transform logic
- Prevents `name` from being rendered as DOM attribute (e.g. `<ul name="list">`)
- Fixes#13037 (invalid HTML from TransitionGroup with custom `tag`)
Ensures only valid HTML attributes are passed to the rendered element, resolving W3C validation issues.
0 commit comments