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
Using InteractiveAuto rendermode on App.razor, it always has below error when user refresh page,
ManagedError: One or more errors occurred. (Parameter count mismatch.)
at Jn (marshal-to-js.ts:349:18)
at $l (marshal-to-js.ts:306:28)
at 00b2380a:0x1fa68
at 00b2380a:0x1bf2f
at 00b2380a:0xf017
at 00b2380a:0x1e782
at 00b2380a:0x1ef78
at 00b2380a:0xce61
at 00b2380a:0x44399
at e. (cwraps.ts:338:24)
.But if change rendermode to InteractiveServer on App.razor, everything is fine, no more errors on browser.