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
Leaving this here so I don't forget to fix it. To recreate, open the API and click on a few tabs. Notice that when you press browser forward/back, the routes obey this and you navigate between routes but the active Tab never changes.
Should fix with a watch prop on the current route and some regex detection -- shouldn't rely on path alone in case complex route parameters or nested routes are being used.
The text was updated successfully, but these errors were encountered:
Inventsable
changed the title
Tabs component does not obey browser forward/back
Tabs does not obey browser forward/back
Apr 26, 2020
Inventsable
changed the title
Tabs does not obey browser forward/back
Tabs do not obey browser forward/back
Apr 26, 2020
Leaving this here so I don't forget to fix it. To recreate, open the API and click on a few tabs. Notice that when you press browser forward/back, the routes obey this and you navigate between routes but the active Tab never changes.
Should fix with a watch prop on the current route and some regex detection -- shouldn't rely on path alone in case complex route parameters or nested routes are being used.
The text was updated successfully, but these errors were encountered: