Vincent Jande

Results 3 issues of Vincent Jande

This problem is caused by the react-scripts version, quick fix is adding this ` "resolutions": { "react-error-overlay": "6.0.9" }` to the package.json and running yarn install again Note: all errors/warnings...

const contractABIJson=JSON.parse(contractABI), this causes an error in both components because the abi is not supposed to be parsed

QuickStart component not wrapped in a MoralisProvider thereby causing an error, the screen shows blank when the app starts and console shows the error in the screenshot ![error prov](https://user-images.githubusercontent.com/69721226/154528833-b7e50c28-5c36-4dcd-baf2-657e7fe068d8.png)