-
-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
So how is this supposed to work? #57
Comments
There's a bug #56 caused by Next 14.0.3 |
Thanks @njbmartin, downgrading to 14.0.2 did the trick for me. But my point is still valid I would say: the docs feel written for someone that already knows how the library works. Take for instance What does etc. |
Fixed by vercel/next.js#58861 and released in v14.0.4-canary.37. |
Yeah, installed the top loader yesterday and was confused why it was still animating when page has finish loading. I'm running next |
The readme describes what this (a loading bar), what's it build on top of (nprogress), and that it also works with Nextjs. It also explains various config options, although some of them would imho need some more details (e.g.
crawlSpeed
?)Yet is doesn't explain how it is supposed to work. When does loading start? When should it stop?
My experience is that I installed this in my project, I see the progress bar starting when I click to navigate to a new page yet the page loads but the progress bar is still only halfway done. I also checked the network tab, no requests are happening in the background, yet the loading bar is still there -> this is weird.
So then I can't help but think: is this indented? is it not? do I need to change some setting? I don't know, the readme doesn't get into these details.
If I knew this info, I wouldn't mind making a PR where this kind of info is mentioned. Sadly I don't.
The text was updated successfully, but these errors were encountered: