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
I’m using react-tabs and noticed that when I update the tab index based on a dynamic state (like from an API or async action), sometimes the active tab doesn’t switch as expected.
Is there a recommended way to handle dynamic tab switching with updated state?
Thanks for the great package — really helpful in many projects! 🙌