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?