AnSavvides / d3act

d3 with React
MIT License
298 stars 26 forks source link

d3act is incompatible with React 0.14.0-rc1 #12

Closed AnSavvides closed 9 years ago

AnSavvides commented 9 years ago

Currently it's not possible to use d3act, it fails as follows:

Uncaught Error: Invariant Violation: Chart.render():
A valid ReactComponent must be returned.
You may have returned undefined, an array or some other invalid object.

We are definitely not returning undefined or an array, so for whatever reason it looks like an invalid object is returned from Chart.

AnSavvides commented 9 years ago

Supported as of v1.0.0.