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
{{ message }}
This repository has been archived by the owner on May 24, 2024. It is now read-only.
neilpfeiffer
changed the title
[terra-application-v2] Enhance "active" state APIs for components that feature portaling
[terra-application-v3] Enhance "active" state APIs for components that feature portaling
May 21, 2022
Story
Description
As a consumer, I would like to know when my component is present on the DOM ("active")
Motivation
So that I can accurate query the DOM for components that I render.
Definition of Done
We'll know we're done when we expose an API from portal-ed framework components that will tell consumers when they have reached the DOM.
Details
I have created a rough implementation of what I'd expect: terra-application-v2...application-v2-active-state-changes
Existing components that need (passive) changes:
New components in
V2V3 scope that will require similar implementations:The text was updated successfully, but these errors were encountered: