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
Uncontrolled tabs that have an initialSelectedTabIndex specified will fall back to that initial value upon rerender, even after a click selection has set the internal state to a new selected tab.
Local repro: rerendering the top part of my local example shows this tab index reset, even after a new tab has been selected.
I would expect this reset to only occur if the component was completely unmounted then remounted.
The text was updated successfully, but these errors were encountered:
Uncontrolled tabs that have an
initialSelectedTabIndex
specified will fall back to that initial value upon rerender, even after a click selection has set the internal state to a new selected tab.Local repro: rerendering the top part of my local example shows this tab index reset, even after a new tab has been selected.
I would expect this reset to only occur if the component was completely unmounted then remounted.
The text was updated successfully, but these errors were encountered: