Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Warning: validateDOMNesting(...) on enabledContent.js #11523

Closed
luixxiul opened this issue Oct 14, 2017 · 0 comments
Closed

Warning: validateDOMNesting(...) on enabledContent.js #11523

luixxiul opened this issue Oct 14, 2017 · 0 comments

Comments

@luixxiul
Copy link
Contributor

Description

Warning: validateDOMNesting(...) on enabledContent.js.

warning.js:33 Warning: validateDOMNesting(...): <p> cannot appear as a descendant of <p>. See p > ... > p.

<p className={css(styles.loader__text)}>
<p data-l10n-id='leaderLoaderText1' />
<p data-l10n-id='leaderLoaderText2' />
</p>

Steps to Reproduce

  1. Open about:preferences#payments

Actual result:

See above.

Expected result:

<p> should not have <p> as a parent.

Reproduces how often: [What percentage of the time does it reproduce?]

Consistently.

Brave Version

about:brave info:

Reproducible on current live release:

Additional Information

#11395

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.