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

Error: Target container is not a DOM element #15

Open
nhondong opened this issue Nov 3, 2019 · 1 comment
Open

Error: Target container is not a DOM element #15

nhondong opened this issue Nov 3, 2019 · 1 comment

Comments

@nhondong
Copy link

nhondong commented Nov 3, 2019

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

@ebzeal
Copy link

ebzeal commented Feb 7, 2021

#10 (comment)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants