-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implemented NavigationRequest.cs, NavigationHandler.cs and MvuParamsPage class for the Navigation. #13
base: master
Are you sure you want to change the base?
Conversation
…age class for the Navigation.
This is the error when sending the massage to navigate to another page: fail: Microsoft.AspNetCore.Components.Server.Circuits.CircuitHost[111] |
Looks like you found a bug on registering of non-generic handlers. I've already created #14 for fixing it. In the meantime, I have changed the implementation of NavigationHandler to a function handler for this to work. |
Fixes #6