-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Error when rendering the chart #10
Comments
Hmm. This seems a problem when upgrad to React v0.13.0. Can you check which version of React-chartist is in your node_modules directory? |
The React version of React-Chartist is |
run If there is multiple, then Check |
the same problem repeated with react 0.14.0-beta3 |
Ah, I had a quick look at react 0.14.0-beta3 today, there seems a lot of changes. Quick thing I may need fix:
The update could actually make this module easier for server side rendering. |
0.14 stable is out See #24 (will update with react 0.14) |
I get an error when first rendering the chart:
ReactMount.js:730 - Uncaught TypeError: Cannot read property 'firstChild' of undefined
It passes the
getInitialState
and then goes to the first render, but it doesn't seem to work there.The text was updated successfully, but these errors were encountered: