Race condition in NavigationPage push & pop #24
Unanswered
programmation
asked this question in
Q&A
Replies: 0 comments 2 replies
-
|
Might be related to fabulous-dev/Fabulous#158 Like I said on the issue, this will need a deep change in the architecture of Fabulous to fix. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all, I have an issue in an app I'm making with Fabulous. I think it's related to a known problem, but I'm not sure if my instance of it is different enough to make it a separate bug.
I have a list of pages that I want my NavigationPage to show. When I put a new item in the list, the page shows up, but sometimes the NavigationPage goes on a push spree and pushes lots of pages (usually the same page). This looks very much to me like a race condition.
Before I try and create a repro, is this something that others have experienced as well?
Beta Was this translation helpful? Give feedback.
All reactions