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

Invalid markup in legend.js #77

Open
lfuelling opened this issue Feb 29, 2020 · 0 comments
Open

Invalid markup in legend.js #77

lfuelling opened this issue Feb 29, 2020 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@lfuelling
Copy link
Collaborator

console.error node_modules/react-dom/cjs/react-dom.development.js:88
    Warning: validateDOMNesting(...): <tr> cannot appear as a child of <tr>.
        in tr (at legend.js:15)
        in tr (at legend.js:13)
        in tbody (at legend.js:12)
        in table (at legend.js:11)
        in div (at legend.js:7)
        in Legend (at App.js:41)
        in div (at App.js:36)
        in Router (created by HashRouter)
        in HashRouter (at App.js:35)
        in App (at App.test.js:7)
  console.error node_modules/react-dom/cjs/react-dom.development.js:88
    Warning: validateDOMNesting(...): Text nodes cannot appear as a child of <tr>.
        in tr (at legend.js:15)
        in tr (at legend.js:13)
        in tbody (at legend.js:12)
        in table (at legend.js:11)
        in div (at legend.js:7)
        in Legend (at App.js:41)
        in div (at App.js:36)
        in Router (created by HashRouter)
        in HashRouter (at App.js:35)
        in App (at App.test.js:7)
@lfuelling lfuelling added the bug Something isn't working label Feb 29, 2020
@lfuelling lfuelling self-assigned this Feb 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant