Hi, i’ve found a bug where the back navigation inside a story fails. It happens when you use tabs. The first tab that gets selected after the page initialized will always be the tab that gets rendered when going back to the component from a child using the breadcrumb navigation.
Steps to reproduce:
- Instantiate a story
- Add a field for nested components
- Add a foo tab
- F5
- Click on the foo tab
- Click on the general tab
- Go inside / create a nested component
- Go back by using the breadcrumb navigation
Actual State: Shows the created tab that was clicked once
Expected Result: Should show the lastly selected tab