Skip to content

Weather page bug with Auto & Per page #498

@ScarletKuro

Description

@ScarletKuro

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"
]
},

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions