-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Lazy property doesn't work on tab #2296
Comments
It is first tab, what do you expect? It will be loaded because it is first. |
It's not first tab, I removed some tabs from code example, it's 3 tab |
|
lazy doesnt work for me, I've set it up in a scene and it's not working....
|
@aksonov lazy doesn't seem to be working for Scenes either, there's a duplicate issue open on it: #2846 Just to be clear, this should work right?
|
Anyone else experiencing this? It's causing some serious performance problems for us |
Yeap doesn't work properly, I'm guessing. Just in case, this is my code |
Hey animationEnabled={false} worked for me. |
@Samesh I tried adding |
`
This is what works for me @digitaldavenyc. I don't really understand well as to how this works either but one thing is that the first nested route is rendered initially. |
Not working for me neither. Trying to implement RAM Modules and this is a bottleneck in performance. |
Version
Tell us which versions you are using:
Expected behaviour
Tab should be lazy loaded.
Actual behaviour
Tab information loads immediately on application load.
Steps to reproduce
I'm using this code:
The text was updated successfully, but these errors were encountered: