In this gif, I navigated the application to another page compare_clusters using a tab component. However, when I refresh the page, it goes back to find_clusters. What could be wrong here?
The routing section seems fine. It could be something related to the way the tabs are being handled so when the session is restarted it falls to the “find clusters” tab as a default irrespective of the pathname.
Thanks @luisds and @Emil for your inputs! @luisds, your comment led me to the root of the problem. The reason why that was happening was because I only updated the layout when the tab was clicked. This means that the url is not really changed (especially the href property) since I had this bit of code: