You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I build and launch the app, it works totally fine and loads the path configuration successfully. But, when I try to close and reload the app (or rebuild it), I just get this:
I also have a print statement before the homepage loads, and this does not get executed. So, it seems like turbo-ios doesn't even try to load the first page.
The error persists until I uninstall and rebuild the app, and then it works fine...until I build again or reopen.
I've found that it fixes fine when I change my code to:
private lazy varnavigator=TurboNavigator()
So, I'm a bit baffled and wondering if there's a bug in turbo-ios with how it caches path configuration or something like that. Would greatly appreciate your help.
Thanks so much ❤️
The text was updated successfully, but these errors were encountered:
Hi,
I'm building a new iOS app with
turbo-navigator
.I have the following line:
When I build and launch the app, it works totally fine and loads the path configuration successfully. But, when I try to close and reload the app (or rebuild it), I just get this:
And after a while in the console:
I also have a
print
statement before the homepage loads, and this does not get executed. So, it seems liketurbo-ios
doesn't even try to load the first page.The error persists until I uninstall and rebuild the app, and then it works fine...until I build again or reopen.
I've found that it fixes fine when I change my code to:
So, I'm a bit baffled and wondering if there's a bug in
turbo-ios
with how it caches path configuration or something like that. Would greatly appreciate your help.Thanks so much ❤️
The text was updated successfully, but these errors were encountered: