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
EuiStat has invalid DOM nesting when setting isLoading={true}, due to a <p> tag nested within another <p> tag:
Warning: validateDOMNesting(...): <p> cannot appear as a descendant of <p>.
in p (created by Context.Consumer)
in EuiI18n (created by EuiStat)
in p (created by EuiStat)
in EuiTitle (created by EuiStat)
in div (created by EuiStat)
in EuiStat (created by CopyToSpaceFlyoutFooter)
EuiStat
has invalid DOM nesting when settingisLoading={true}
, due to a<p>
tag nested within another<p>
tag:Reproducer: https://codesandbox.io/s/euistat-invalid-dom-nesting-f33jl
The text was updated successfully, but these errors were encountered: