You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The TableOfContent component throws various warning in the dev console during development mode. There might be a minor bug in the implementation of this custom component.
The warnings thrown in the console are:
Warning: is using incorrect casing. Use PascalCase for React components, or lowercase for HTML elements.
Warning: The tag is unrecognized in this browser. If you meant to render a React component, start its name with an uppercase letter.
Steps To Reproduce
Run yarn dev to start local instance in development mode
Go to http://localhost:3000/learn/getting-started-step-by-step
Check dev console
Expected Behavior
There must not be any warnings in the dev console.
Screenshots
Device Information [optional]
- OS: MacOS
- Browser: Google Chrome
- version:
Are you working on this issue?
No
Do you think this work might require an [Architectural Decision Record (ADR)]? (significant or noteworthy)
No
The text was updated successfully, but these errors were encountered:
Describe the bug
The
TableOfContent
component throws various warning in the dev console during development mode. There might be a minor bug in the implementation of this custom component.The warnings thrown in the console are:
Steps To Reproduce
yarn dev
to start local instance in development modehttp://localhost:3000/learn/getting-started-step-by-step
Expected Behavior
There must not be any warnings in the dev console.
Screenshots
Device Information [optional]
Are you working on this issue?
No
Do you think this work might require an [Architectural Decision Record (ADR)]? (significant or noteworthy)
No
The text was updated successfully, but these errors were encountered: