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
Because of another issue where my navigation stacks first page is always null (dotnet/maui#12162), which could be something I did wrong in my app or not, the breadcrumbs package cant grab the bottom/first page of the navigation stack. Any idea how to fix either the null issue or fix it on the breadcrumbs side? I had a temporary fix by pushing another page onto the stack but its now preventing me from using the flyout menu
The text was updated successfully, but these errors were encountered:
if you look at the code behind of the MainPage and add a break at the console.writeline line, you can see the navigation stack is null. This prevents the breadcrumbs from accessing the title field of the page since there is no page
Because of another issue where my navigation stacks first page is always null (dotnet/maui#12162), which could be something I did wrong in my app or not, the breadcrumbs package cant grab the bottom/first page of the navigation stack. Any idea how to fix either the null issue or fix it on the breadcrumbs side? I had a temporary fix by pushing another page onto the stack but its now preventing me from using the flyout menu
The text was updated successfully, but these errors were encountered: