Replies: 1 comment 2 replies
-
Hey @DesuNinshu. Maybe this thread and the linked github issues help you further: #806 |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
Hello all, my project is a Blazor WebAssembly Azure Static Webapp. I have a component that is using jsinterop to store values in the browsers local storage with static methods from a class that is importing the
localStorage
, methods fromglobalThis
.I can't figure out how to use get my tests to work with my component since it is making JS calls through this class instead of
InvokeAsync
/InvokeVoidAsync
orJSHost.ImportAsync
.Can someone help me out with an example?
For reference here is my interop class.
Beta Was this translation helpful? Give feedback.
All reactions