You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a flow where we just refresh the page after a certain action, but I noticed that the progress bar is not showing for this. I made sure to use the router from the package, but no luck.
I did set the ProgressBar disableSameURL={false} but that didn't do it either.
I'm adding the ProgressBar as with the ProgressBarProvider as the examples
Anything I'm missing?
The text was updated successfully, but these errors were encountered:
tapizquent
changed the title
ProgressBar doesn
ProgressBar doesn't show on router.refresh() with useRouter from next-nprogress-barDec 15, 2024
I have a flow where we just refresh the page after a certain action, but I noticed that the progress bar is not showing for this. I made sure to use the router from the package, but no luck.
I did set the ProgressBar
disableSameURL={false}
but that didn't do it either.I'm adding the ProgressBar as with the ProgressBarProvider as the examples
Anything I'm missing?
The text was updated successfully, but these errors were encountered: