-
-
Notifications
You must be signed in to change notification settings - Fork 7k
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
fix(bootable): don't generate lazy content until it's rendered #8823
Conversation
Hey @KaelWD, TravisBuddy Request Identifier: 4a236d60-4264-11ea-aec0-5f1345ae5aee |
Wouldn't it be best to use a direct |
Ah right good catch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Add unit tests please.
Would love to see this get wrapped up if you guys can find the time! Especially the change to replace the usage I understand that you guys are busy with all sorts of other good stuff, though, and I appreciate all the work that you do! |
Pulse check. |
This Pull Request is being closed due to inactivity. |
Related: #10201 |
Motivation and Context
fixes #8712
better performance, fewer empty DOM elements, skips a bunch of calculations for hidden elements
Markup:
Types of changes