Hi.
When we upgrade the npm package of react-moralis to V1, we see these errors when trying to launch our app:
./node_modules/@walletconnect/http-connection/node_modules/eventemitter3/index.js
Module build failed: Error: ENOENT: no such file or directory, open ‘/Users/shahar/Projects/gallerium/frontend/node_modules/@walletconnect/http-connection/node_modules/eventemitter3/index.js’
We tried to just remove the @walletconnect/web3-provider package as I know you guys are moving to ether, but then running the app brings this error in build time:
Module not found: Can’t resolve ‘@walletconnect/web3-provider’ in ‘/Users/shahar/Projects/gallerium/frontend/node_modules/moralis/lib/browser/Web3Connector’
So basically, it seems that trying to run V1 with wallet connect is broken.
Anything we are missing or should we just downgrade back to the latest version before V1?