-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot find namespace 'JSX'. #53
Comments
Ah, it must be because Would you mind trying with this branch, and let me know if it works without adding |
@gretzke I just published 0.6.1 with this change, so I am closing this issue for now. Please reopen if you can reproduce with the latest version! |
Sorry I was a bit busy recently, when I tried adding the branch as a dependency in package.json the node_modules folder was empty. Unfortunately I didn't have the time to further investigate. I'll try 0.6.1 soon and if I encounter a problem I'll reopen |
Cool no worries, thanks! |
JSX fix works now, but I think there is a similar issue with ethers, I recently from ethers to web3js and now I get this error during compilation:
installing ethers as a dev dependency fixes the issue again |
Somehow the
@types/react
dependency is lost when installing the package. This seems to be the same issue.It can be solved by installing
@types/react
manually in the project.The text was updated successfully, but these errors were encountered: