-
Notifications
You must be signed in to change notification settings - Fork 170
Open
Description
Issue Description
I'm encountering an issue related to the compatibility or initialization of react-moralis in a Next.js 14 project. The error I'm facing is:
- Code Snippet:
In my Next.js 14 project, I'm using the following code to set upMoralisProvider:
<MoralisProvider initializeOnMount={false}>
<Suspense fallback={<Loading />}>
{children}
</Suspense>
</MoralisProvider>
### Return This Error
Server Error
Error: (0 , react__WEBPACK_IMPORTED_MODULE_0__.createContext) is not a function
This error happened while generating the page. Any console logs will be displayed in the terminal window.Metadata
Metadata
Assignees
Labels
No labels