Skyleen77 / next-nprogress-bar

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

NProgressBar does not respect child elements under a `Link` with `event.preventDefault` #51

Closed sunwrobert closed 6 months ago

sunwrobert commented 6 months ago

Hey, I'm noticing that the NProgressBar still shows even though the event has been prevented from a child component and we're not actually routing to the parent Link.

Skyleen77 commented 6 months ago

upgrade to 2.3.10 and use data-prevent-nprogress={true} on the child item to be disabled