-
-
Notifications
You must be signed in to change notification settings - Fork 385
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
Loading state is always true on first render #997
Comments
Yes, it is possible and quite easy |
@theKashey, so i have used |
Yes, we need to correct original value of |
@theKashey @gregberge hello guys, do you have any plans to fix it? |
Hi, i have a question about basic client side loadable function behavior for SPA, when the chunk has been already loaded and we try to render it again.
So imagine.
So i analyzed the source code, and i have found out that the 'loading' state is always true at first.
So the question is -> is it possible to somehow change this behavior by current library functionality so the component would be rendered immidiately (without loader) if the chunk was loaded before?
The text was updated successfully, but these errors were encountered: