I get correct master/detail visualization. But if I click on back link in Master route Navbar (or browser back button) after navigate to detail routes I get this console error
Unhandled Promise Rejection: TypeError: null is not an object (evaluating '$previousMaster[0].f7Page.route')
When collapsed (on narrow screen) no problem occurs!! @nolimits4web Suggestions???
Thanks in advance!
You can replicate the issue navigating to āGo Profileā > āGo Settingsā and clicking on Navbar āBackā with screen > masterDetailBreakpoint (800)
Console error āTypeError null is not an object (evaluating ā$previousMaster[0].f7Page.routeā)ā
Please help me to find a solution!!
Thanks in advance
@guillaumebiton thank you for your suggestion!!
I have updated App.svelte with your style settings, but the problem is not only related to ābackā link in detail view.
The problem is also in ābackā Navbar link of master view (in expanded view - masterDetailBreakpoint>=800).
The error is always the same!! TypeError null is not an object (evaluating ā$previousMaster[0].f7Page.routeā)
You can check it from the codesandbox previous link @nolimits4web I suspect itās a router bug!