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
I’m using this neat module for my electron app but I can’t see any console log or network request when sending it from my store.
If I move the same method to the vue instance it works just fine.
It does send the request etc within the store but it’s impossible to see the console or request in the console of the renderer or even the command line.
I did import the store in the main and the renderer processes.
Any idea if I’m doing something wrong?
thanks
The text was updated successfully, but these errors were encountered:
Tweaking that might help you expose its secrets. But you'd need to make sure you modify the dist and not the src since that's what will be used.
It's hard to say more without knowing more about how you're trying to test it and not seeing the code. Sometimes when faced with stuff like this I'll try to create a "minimum reproducible error" basically trying to remove as much as possible while still triggering the unexpected behavior.
Hey guys
I’m using this neat module for my electron app but I can’t see any console log or network request when sending it from my store.
If I move the same method to the vue instance it works just fine.
It does send the request etc within the store but it’s impossible to see the console or request in the console of the renderer or even the command line.
I did import the store in the main and the renderer processes.
Any idea if I’m doing something wrong?
thanks
The text was updated successfully, but these errors were encountered: