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(material/stepper): allow child animations to run (#27338)
Currently the stepper doesn't explicitly allow child animations to run which means that other componets like expansion panels may be blocked from animating their initial state.
These changes add an `animateChild` query to the stepper to unblock the child animations.
Fixes#27318.
0 commit comments