FluentDivider prerendering error #910
geowong2022
started this conversation in
General
Replies: 1 comment 1 reply
-
Hi, We added a script to correct a behavior in the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I hit a problem today after upgrading to v3.2 in my Blazor Server project. Previously all fine when using v3.0.1.
Error:
InvalidOperationException: JavaScript interop calls cannot be issued at this time. This is because the component is being statically rendered. When prerendering is enabled, JavaScript interop calls can only be performed during the OnAfterRenderAsync lifecycle method.
From the detail, it seems like my FluentDivider causes me problem. If I remove it, then the page is render properly.
In my _Host.cshtml,
Thanks for helping me in advance. :)
Beta Was this translation helpful? Give feedback.
All reactions