We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca80099 commit e59bc87Copy full SHA for e59bc87
RazorUI/Modal/Modal.razor
@@ -1,6 +1,5 @@
1
@using static Microsoft.AspNetCore.Components.Web.RenderMode
2
-@rendermode InteractiveServer
3
-
+@rendermode @(new InteractiveServerRenderMode(prerender: false))
4
@using Microsoft.AspNetCore.Components.Web
5
@using Daemon.RazorUI.Transition
6
RazorUI/Modal/ModalContent.razor
@using Daemon.RazorUI.Animations
@using Microsoft.Extensions.Logging
0 commit comments