Skyleen77 / next-nprogress-bar

NProgress integration on Next.js compatible with /app and /pages folders
https://next-nprogress-bar.vercel.app
348 stars 27 forks source link

TypeError: Cannot read properties of undefined (reading 'on') #76

Open AmicoderDev opened 1 month ago

AmicoderDev commented 1 month ago

Provider.tsx image

NNB Version: image

I tried putting it inside the NextUI provider and outside both, but I still got the same error. image

What am I missing here?

igorTeixeira20 commented 3 weeks ago

As the ProgressBar is being called from the pages side, you must import it as "import { AppProgressBar as ProgressBar } from 'next-nprogress-bar';"