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 using <Tab> component with link, like this: <Tab component="a" href="..."> the parent <Tabs> component does not update and the OnChange is never called.
This works in material-ui. They use their own <Link> component instead of <a> so maybe that makes the difference.
The text was updated successfully, but these errors were encountered:
When using
<Tab>
component with link, like this:<Tab component="a" href="...">
the parent<Tabs>
component does not update and the OnChange is never called.This works in material-ui. They use their own
<Link>
component instead of<a>
so maybe that makes the difference.The text was updated successfully, but these errors were encountered: