Skip to content

sub-Graph #1772

Aug 14, 2022 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

@NagoriMustakim

Change this

<Header></Header>
          <Component {...pageProps} />

to this: Inside pages => _app.js

<NotificationProvider>
    <Header />
    <Component {...pageProps} />
</NotificationProvider>

And make sure this is imported there:

import { NotificationProvider } from "web3uikit"

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@krakxn
Comment options

@NagoriMustakim
Comment options

Answer selected by NagoriMustakim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants