You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.razorTemplates/src/mudblazor/MudBlazor.Template/Components/Pages/Counter.razor
Line 1 in b2dffbf
Templates/src/mudblazor/MudBlazor.Template.Client/Pages/Counter.razor
Line 1 in b2dffbf
Templates/src/mudblazor/.template.config/template.json
Lines 91 to 96 in b2dffbf
The text was updated successfully, but these errors were encountered: