Performance improvement - set IsFixed="true" on ModuleState CascadingValues so that Blazor will not monitor them for changes
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
@inject IStringLocalizer<ModuleInstance> Localizer
|
||||
|
||||
<ModuleMessage Message="@_message" Type="@_messagetype" />
|
||||
<CascadingValue Value="this">
|
||||
<CascadingValue Value="this" IsFixed="true">
|
||||
@DynamicComponent
|
||||
</CascadingValue>
|
||||
@if (_progressindicator)
|
||||
|
Reference in New Issue
Block a user