How to solve: "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." #1365
Unanswered
sharpninja
asked this question in
Q&A
Replies: 1 comment
-
That looks odd in a bUnit context. Mind sharing the full test code and component you are trying to test? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm running into this error:
I've tried setting the
@rendermode
but to no avail.Beta Was this translation helpful? Give feedback.
All reactions