[Lesson 10] : NoMoralisContextProviderError #1031
Answered
by
alymurtazamemon
yatinkhandelwal
asked this question in
Q&A
-
When running the command |
Beta Was this translation helpful? Give feedback.
Answered by
alymurtazamemon
Jul 16, 2022
Replies: 2 comments 4 replies
-
@yatinkhandelwal Did you wrap Component inside _app.js file with Moralis Provider? Like this: <MoralisProvider initializeOnMount={false}>
<Component {...pageProps} />
</MoralisProvider> |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
yatinkhandelwal
-
I am not able to get rid of this error @alymurtazamemon , even i wraped
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@yatinkhandelwal Did you wrap Component inside _app.js file with Moralis Provider? Like this: