We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updating to the newest release react-moralis: 1.4.1 along with moralis-v1: 1.11.0 results in a TypeError in Next.js.
react-moralis: 1.4.1
moralis-v1: 1.11.0
Create a new Next.js install and make sure the following versions are installed:
"moralis-v1": "1.11.0", "next": "12.2.5", "react": "18.2.0", "react-dom": "18.2.0", "react-moralis": "1.4.1"
This will cause the following error message: TypeError: Right-hand side of 'instanceof' is not callable
TypeError: Right-hand side of 'instanceof' is not callable
This TypeError is not expected and not reproducable in the previous versions of moralis and react-moralis
moralis
react-moralis
Reverting back to this resolves it:
"moralis": "1.11.0", "next": "12.2.5", "react": "18.2.0", "react-dom": "18.2.0", "react-moralis": "1.4.0"
Server
Client
The text was updated successfully, but these errors were encountered:
No branches or pull requests
New Bug Report
Issue Description
Updating to the newest release
react-moralis: 1.4.1
along withmoralis-v1: 1.11.0
results in a TypeError in Next.js.Steps + code to reproduce
Create a new Next.js install and make sure the following versions are installed:
Actual Outcome
This will cause the following error message:
TypeError: Right-hand side of 'instanceof' is not callable
Expected Outcome
This TypeError is not expected and not reproducable in the previous versions of
moralis
andreact-moralis
Reverting back to this resolves it:
Environment
Server
Client
The text was updated successfully, but these errors were encountered: