We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Just start the project with added authentication pages from default as shown in the image
When you are on home page try to click the MudIconButton to Close/Open the drawer, it works.
Then go to the account page to login for example, try to do the same, it doesnt close/open the drawer.
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
Authentication pages are statically rendered, as such, interactive components (such as buttons) will not function once the page has been rendered. You can read more https://learn.microsoft.com/en-us/aspnet/core/blazor/components/render-modes?view=aspnetcore-8.0#static-server-side-rendering-static-ssr.
This is expected Blazor behavior.
As it was said, this is expected.
MudNavMenu
/Account
No branches or pull requests
Just start the project with added authentication pages from default as shown in the image
When you are on home page try to click the MudIconButton to Close/Open the drawer, it works.
Then go to the account page to login for example, try to do the same, it doesnt close/open the drawer.
The text was updated successfully, but these errors were encountered: