Hey all,
Recently cloned this demo/starter app from here: moralis-angular-app.
Ran the standard, ānpm installā then āng serveā.
After the opening the page and clicking the āLogin with Wallet Connectā button it produces this error in the console. Iāve tried on both Chrome and Firefox. Iāve also experienced this same error in another project Iām using Moralis for.
app.component.ts:37 Moralis 'walletconnect' login error: TypeError: Cannot read properties of undefined (reading 'default')
at WalletConnectWeb3Connector.<anonymous> (WalletConnectWeb3Connector.js:163:72)
at tryCatch (runtime.js:63:40)
at Generator.invoke [as _invoke] (runtime.js:294:22)
at Generator.next (runtime.js:119:21)
at asyncGeneratorStep (asyncToGenerator.js:5:1)
at _next (asyncToGenerator.js:27:1)
at ZoneDelegate.invoke (zone.js:372:1)
at Object.onInvoke (core.mjs:25457:1)
at ZoneDelegate.invoke (zone.js:371:1)
at Zone.run (zone.js:134:1)