ndungtse / next13-progressbar

A simple Next.js progressbar component using NProgress with support of next.js >=13 app dir.
https://next13-progressbar.vercel.app
MIT License
91 stars 3 forks source link

Show progress on query param change with useRouter #12

Closed mehdiraized closed 9 months ago

mehdiraized commented 9 months ago

Describe the bug I'm trying to show a progress bar when changing query params using useRouter or Link Component, but it's not happening. isSameURL function does not check query params

ndungtse commented 9 months ago

Yeah, it's true that query params aren't checked. I will updated isSameUrl to handle that