-
Notifications
You must be signed in to change notification settings - Fork 111
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
Default delay should be changed to 0 #37
Comments
Anyhow we can change delay through props right ? |
Yes exactly @Anandks1993 😀 |
The point is this is not the expected behaviour and causes confusing outcomes in something that should be simple. |
Yes. This is very counterintuitive and easy to forget about. It has bitten us in the ass more than once. In fact right now I'm updating a dependency in a monorepo that uses react loading and will cause a cascade of updated packages with new dependencies. Why? Because I have to set delay to 0. |
Hmm, sad to hear that the behaviour of |
Default value is set to 0 in newly released version |
I had a short load that I wanted to show to the client no matter how long it takes and the default delay was too long for it to show. I had to go back to the docs and try to understand why and after searching a bit I found the default delay is set to 1000ms.
Why isn't it set to 0 by default?
The text was updated successfully, but these errors were encountered: