Lesson 10: Error: useNotification hook must be used within a NotificationProvider #4352
jvargas2319
started this conversation in
General
Replies: 2 comments
-
@jvargas2319 Does it show the location of the error? You can leave the repo link I will check it. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Have you tried running |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm not sure what i'm doing wrong. I keep getting his error. Error: useNotification hook must be used within a NotificationProvider.
Here is my _app.js file.
`
import "../styles/globals.css"
import { MoralisProvider } from "react-moralis"
import { NotificationProvider } from "web3uiKit"
`
Beta Was this translation helpful? Give feedback.
All reactions