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
{{ message }}
This repository was archived by the owner on Oct 29, 2024. It is now read-only.
Currently we set parameters in created component via custom reflection code, which leads to an issue.
When ShellNavigationManager performs navigation and sets arguments to page component, OnParametersSet or OnParametersSetAsync is not invoked.
We don't need use that custom code as there's built-in ParameterView methods.