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
When pre-rendered mode is on, the state of the different Tabs does not persist between renders, and each time the tabs are switched the state is returned to its default value.
Description
When pre-rendered mode is on, the state of the different Tabs does not persist between renders, and each time the tabs are switched the state is returned to its default value.
Steps To Reproduce
Screenshots or video
No response
Actual Behavior
When using a controlled component inside the Tabstrip its state is reset when the tabs are switched even when
renderAllContent
is set to true.Expected Behavior
Switching tabs should not interfere with the state of the inner components when
renderAllContent
is set to true.Reported in TicketID: 1674813
The text was updated successfully, but these errors were encountered: