-
Couldn't load subscription status.
- Fork 194
Open
Description
If you create the page with this configuration:
You will get exception on second render:
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
| @page "/counter" |
| @page "/counter" |
Templates/src/mudblazor/.template.config/template.json
Lines 91 to 96 in b2dffbf
| { | |
| "condition": "(!(UseServer && !UseWebAssembly))", | |
| "exclude": [ | |
| "MudBlazor.Template/Components/Pages/Counter.razor" | |
| ] | |
| }, |
Datakda
Metadata
Metadata
Assignees
Labels
No labels

