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/tabs): tab nav bar animation not working when navigating forwards
Fixes a regression introduced in #30121. It looks like we were depending on the incorrect internal state to animate correctly.
These changes fix the issue by removing a call that was redundant in the first place.
Fixes#30303.
0 commit comments