Closed neocybereth closed 6 years ago
@Sm00g15 I'm unable to recreate this issue, is it something you're still encountering?
Closing for now, feel free to reopen the issue if you're still encountering it.
yeah, just tested it and I'm still getting that error on the newest version of React
but the solution still holds true.
Just a heads up, if you install the new version of Create-React-App and try and use this library it will break it. I have found the fix though.
In this portion of the code:
.amd?define("react-coinbase-commerce",["React"],t)
delete
["React"]
and it will work.