1 write to MaxJSRootComponents
Microsoft.AspNetCore.Components.Server.Tests (1)
Circuits\RemoteRendererTest.cs (1)
661
MaxJSRootComponents
= MaxInteractiveServerRootComponentCount
2 references to MaxJSRootComponents
Microsoft.AspNetCore.Components.Server (2)
Circuits\CircuitJSComponentInterop.cs (2)
21
if (_jsRootComponentCount >= _circuitOptions.RootComponents.
MaxJSRootComponents
)
23
throw new InvalidOperationException($"Cannot add further JS root components because the configured limit of {_circuitOptions.RootComponents.
MaxJSRootComponents
} has been reached.");