Skip to content

EuiStat has invalid DOM nesting when isLoading is set to true #2228

@legrego

Description

@legrego

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)

Reproducer: https://codesandbox.io/s/euistat-invalid-dom-nesting-f33jl

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions