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

First redirect run without nprogress #74

Open alexsandr1992 opened 2 days ago

alexsandr1992 commented 2 days ago

Hi,

AppProgressBar have problem. Binding event handleAnchorClick start in function handleMutation that call by MutationObserver. But if on the first render links not changed, then function handleMutation not called and event handleAnchorClick not binded to the link.