Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: <p> cannot appear as a descendant of <p>. #3417

Merged
merged 1 commit into from
Mar 12, 2024

Commits on Mar 12, 2024

  1. fix: <p> cannot appear as a descendant of <p>.

    fix: Warning: validateDOMNesting(...): <p> cannot appear as a descendant of <p>.
    
    In some locations we had <Typography variant=“body1”> nested inside another <Typography> this renders 2 <p> tags inside of each-other and that is not valid.
    The other way around was having a <Box> that is nested inside of a Typography which also seems to be not valid.
    compojoom committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    04fe8dc View commit details
    Browse the repository at this point in the history