Rodrigo Oler

Results 24 comments of 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. ![captura de tela 2018-06-27 as 00 25 18](https://user-images.githubusercontent.com/5496931/41951322-a5bb4d8e-79a0-11e8-869c-428da7bfdb26.png)

PR was created with the above problem done by @fabriciojso https://github.com/istanbuljs/istanbuljs/pull/193

@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...