We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There is a DOM nesting warning in the console due to incorrect usage of
or Message:
Warning: validateDOMNesting(...):
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>.
The text was updated successfully, but these errors were encountered:
I can't see the error, you saw it in development environment or production site? @stormdotcom
Sorry, something went wrong.
@stormdotcom please use the issue template while submitting issues.
No branches or pull requests
There is a DOM nesting warning in the console due to incorrect usage of
or Message:
Warning: validateDOMNesting(...):
Steps to Reproduce:
Expected Behavior:
<li> elements must only be direct children of <ul> or <ol>.
The text was updated successfully, but these errors were encountered: