I am getting a following error: TypeError: Right-hand side of ‘instanceof’ is not callable.
My deps:
"dependencies": {
"moralis": "1.11.0",
"next": "12.1.5",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-moralis": "^1.4.1",
"web3uikit": "^0.0.133",
"magic-sdk": "^9.0.0"
},
I already tried this. If I revert versions of react-moralis, I will get a this problem.
And I also tried to fix it, but nothing works. Please help