Rodrigo Oler
Rodrigo Oler
same problem with electron :/ ```bash $ electron . App threw an error during load TypeError: Artyom is not a constructor at Object. (/Users/rodrigooler/proje cts/friday/with-electron-app/main/index.js:7:16) at Object. (/Users/rodrigooler/proje cts/friday/with-electron-app/main/index.js:49:3) at...
@DigitalFlux ```js I ran into this issue recently in working with this after doing npm install on nodejs, and found that changing: exports.default = Artyom; to: exports.Artyom = Artyom; At...
I'm having the same error above. 
PR was created with the above problem done by @fabriciojso https://github.com/istanbuljs/istanbuljs/pull/193
Same problem here.
@wzalazar in this feature will contain the context implementation also correct?
@wzalazar this problem seems very simple. I am just trying to reconcile with my coding schedule and I will do the PR with the implementation and also discuss some possible...
@nachoiacovino Did you test here not [email protected] and it worked normally, If I'm not mistaken wagmi is also used internally but with a slightly outdated version would this be the...