Skip to content
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

Weather page bug with Auto & Per page #498

Open
ScarletKuro opened this issue Feb 8, 2025 · 0 comments
Open

Weather page bug with Auto & Per page #498

ScarletKuro opened this issue Feb 8, 2025 · 0 comments

Comments

@ScarletKuro
Copy link
Member

If you create the page with this configuration:

Image

You will get exception on second render:

Image

This is because the Weather.razor has the @rendermode InteractiveAuto.
This means that we either need to remove this attibute or move the Weather.razor to the Client project, similar to Counter.razor



{
"condition": "(!(UseServer && !UseWebAssembly))",
"exclude": [
"MudBlazor.Template/Components/Pages/Counter.razor"
]
},

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant