Open BretJohnson opened 1 year ago
We've added this issue to our backlog, and we will work to address it as time and resources allow. If you have any additional information or questions about this issue, please leave a comment. For additional info about issue management, please read our Triage Process.
Description
When toggling FlyoutItemIsVisible, the app can crash with a NullReferenceException in GetRoute. This fails at least on WinUI - not sure about other platforms.
This is an issue that @spadapet originally reported here https://github.com/dotnet/maui/issues/10468#issuecomment-1684255255, now split out to a separate bug.
REPRO:
Open solution F5 to build and run on Windows Click the one button that appears in the running app UI RESULT: NullReferenceException, in MAUI GetRoute code.
Callstack:
Steps to Reproduce
See description
Link to public reproduction project repository
https://github.com/dotnet/maui/files/12381764/TestAppThatHitsNullReference.zip
Version with bug
8.0.0-preview.7.8842
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
Windows, I was not able test on other platforms
Affected platform versions
No response
Did you find any workaround?
Not yet
Relevant log output
No response