Skip to content
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(v8/angular): Fall back to element tagName when name is not provided to TraceDirective #14828

Merged
merged 2 commits into from
Dec 23, 2024

Conversation

Lms24
Copy link
Member

@Lms24 Lms24 commented Dec 23, 2024

Backport of #14778

…d to `TraceDirective` (#14778)

The `trace` directive should typically be declared on components to
validly trace the lifecycle (from `ngOnInit` to `ngAfterViewInit`, when
child views are also rendered). If `trace` is mistakenly not provided,
we fall back to `tagName` instead of "unknown component".

---------

Co-authored-by: Lukas Stracke <[email protected]>
@Lms24 Lms24 requested review from a team as code owners December 23, 2024 13:19
@Lms24 Lms24 changed the base branch from develop to v8 December 23, 2024 13:19
@Lms24 Lms24 self-assigned this Dec 23, 2024
@Lms24 Lms24 requested review from chargome and AbhiPrasad and removed request for a team December 23, 2024 13:20
@Lms24 Lms24 requested a review from andreiborza December 23, 2024 13:31
@Lms24 Lms24 merged commit 3693a5d into v8 Dec 23, 2024
126 checks passed
@Lms24 Lms24 deleted the lms/fix-angular-backport-14778 branch December 23, 2024 13:36
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.

3 participants