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
I'm creating a page that runs only on WebAssembly and I need to have pre-rendering disabled (by using RenderModeInteractiveWebAssembly(prerender: false)).
Is there a way to display the loading spinner (as we had on .net 7) or at least a "loading..." when the user navigates to this page? (while it's downloading the web assemblies)