F7 react app with multple views and sidepanel

I have a sidePanel with links to some pages which will be opened within the same sidePanel as sublinks or options of the main links. Having enabled browserHistory, I want on page reload, any route which matches the current URL should be opened. What I’ve realized is that this works great for all pages within the .view-main. However any page which was opened before the page reload isn’t visible. Am I missing something(prop) or I have to re-trigger this manually perhaps by splitting the URL and navigating the sublinks page?