You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
perf: avoid creating unused style elements in pending CSS queue
- Don't create style element when queueing CSS for pending dependencies
- Element will be created when dependencies are ready and CSS is actually inserted
- Removes unnecessary DOM element creation and garbage collection
- Fixes Graphite bot review feedback
0 commit comments