Closed montogeek closed 8 years ago
I ran into this issue with React Native as well. I've submitted a pull request to fix the issue by adding a typeof check around the self variable.
This should be fixed with #3 :)
Let me know if this error persists
Hi!
I am transpiling my library with Rollup, this is the compiled file:
Then, another project that uses my library is running its tests in a Node environment, getting the self is not defined error: