Skip to content
This repository was archived by the owner on Jul 22, 2021. It is now read-only.
This repository was archived by the owner on Jul 22, 2021. It is now read-only.

Error: Target container is not a DOM element #15

Description

@nhondong

Hi,
i have checked out your example and put the charting_library in the public folder.
After running npm start i get the error:
Error: Target container is not a DOM element:

./src/index.js
src/index.js:6
3 | import App from './App';
4 | import './index.css';
5 |

6 | ReactDOM.render(
7 | React.createElement(App),
8 | document.getElementById('root')
9 | );

Anything i did wrong?

kind regards, Nils

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions