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

Fix Invalid <li> Nesting in BreadcrumbSeparator Component (#XXXX) #9923

Closed
stormdotcom opened this issue Jan 13, 2025 · 2 comments
Closed

Fix Invalid <li> Nesting in BreadcrumbSeparator Component (#XXXX) #9923

stormdotcom opened this issue Jan 13, 2025 · 2 comments

Comments

@stormdotcom
Copy link

There is a DOM nesting warning in the console due to incorrect usage of

  • elements in the BreadcrumbSeparator component.

    or Message:

    Warning: validateDOMNesting(...):

  • cannot appear as a descendant of
  • .

    Image

    Steps to Reproduce:

    Navigate to the facility/[id]/encounters from Home page.
    

    Expected Behavior:

    Breadcrumbs should render correctly without any console warnings.
    

    <li> elements must only be direct children of <ul> or <ol>.

  • @Utkarsh-Anandani
    Copy link

    Utkarsh-Anandani commented Jan 13, 2025

    I can't see the error, you saw it in development environment or production site?
    @stormdotcom

    @bodhish
    Copy link
    Member

    bodhish commented Jan 13, 2025

    @stormdotcom please use the issue template while submitting issues.

    @bodhish bodhish closed this as completed Jan 13, 2025
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    None yet
    Projects
    None yet
    Development

    No branches or pull requests

    3 participants