Performance improvement - set IsFixed="true" on ModuleState CascadingValues so that Blazor will not monitor them for changes
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
@namespace Oqtane.UI
|
||||
|
||||
<CascadingValue Value="@_moduleState">
|
||||
<CascadingValue Value="@_moduleState" IsFixed="true">
|
||||
@DynamicComponent
|
||||
</CascadingValue>
|
||||
|
||||
|
Reference in New Issue
Block a user