Livereload reloads to different page

My app structure is like this:

Two tabs. First tab has one nested child page with modals. Second tab has no child pages. For some reason, every time I reload my app on livereload, it reloads the child page of tab1 without a back button and with no tab navigation at the bottom. This means livereload is essentially useless unless I’m trying to refresh tab1’s nested child page and I can’t navigate anywhere else in the app. I am using lazy loading.

Anyone know what I’m doing wrong?

Okay so I fixed this. I had my lazyloading tabs improperly configured. I followed the following github repo’s paradigms for properly configuring lazyloading tabs. Had to set exports and stop importing pages everywhere, as well as lazyload the tabs themselves.