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
Render fragments in Blazor are used for a couple of common use cases where a component needs to capture some Razor content that is passed as a parameter to the component and then rendered by the component:
MudBlazor uses the following pattern:
Repro:
Create MAUI Blazor app.
Add to Index.razor:
Ctrl+F5, add following and Hot Reload:
The text was updated successfully, but these errors were encountered: