Skip to content

refactor(application-header): prevent NG0956 warning in launchpad fac…#1696

Open
spliffone wants to merge 1 commit intomainfrom
refactor/ng0956-trackby-launchpad
Open

refactor(application-header): prevent NG0956 warning in launchpad fac…#1696
spliffone wants to merge 1 commit intomainfrom
refactor/ng0956-trackby-launchpad

Conversation

@spliffone
Copy link
Member

@spliffone spliffone commented Mar 20, 2026

@spliffone spliffone requested review from a team as code owners March 20, 2026 09:06
Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request refactors the @for loop in si-launchpad-factory.component.html to use track $index instead of track category. This change is appropriate because the category objects are dynamically created within a computed signal, leading to unstable object identities. Tracking by $index resolves potential performance issues and warnings related to inefficient DOM updates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant