adospace / reactorui-maui

MauiReactor is a MVU UI framework built on top of .NET MAUI
MIT License
568 stars 47 forks source link

Shell Navigation with Navigationprops does not work as expected #99

Closed FynnSchapdick closed 1 year ago

FynnSchapdick commented 1 year ago

Hi guys, i got a sampleproject with ShellNavigation. I got a problem with navigating back and forth between the Overviewpage and Detailpage. The detailpage is only updated the first time i navigate. If i use non shell navigation (NavigationPage) it works. What am i doing wrong, or is this a bug?