div id="blazor-error-ui" data-nosnippet> @if (HostEnvironment.IsProduction()) { <span>An error has occurred.</span> } else { <span>An unhandled exception occurred.</span> } <a href="" class="reload">Reload</a> <a class="...
The browser console shows "Attempting to reconnect" message and I have to reload the page. Large HTML content in the Editor restarts the Blazor app connection. The Editor freezes when copying and pasting long text. An error shows when the Editor contains a large document and the HTML string ...