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
With #21772 the <EuiGlobalToastList/> is now injected in every page and as such we should remove usage of the <EuiGlobalToastList/> from other plugins that previously needed to supply it themselves because they were not using angular. If two <EuiGlobalToastList/>s are rendered in the same page the toasts will overlap each other so we need to unify our usage.
Based on my searches APM [1] [2] seems to be the only plugin that will need to be updated, but pinging people related to other plugins just to make sure.
With #21772 the
<EuiGlobalToastList/>
is now injected in every page and as such we should remove usage of the<EuiGlobalToastList/>
from other plugins that previously needed to supply it themselves because they were not using angular. If two<EuiGlobalToastList/>
s are rendered in the same page the toasts will overlap each other so we need to unify our usage.Based on my searches APM [1] [2] seems to be the only plugin that will need to be updated, but pinging people related to other plugins just to make sure.
@w33ble @weltenwort @sqren
The text was updated successfully, but these errors were encountered: