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.
Currently it's not possible to use d3act, it fails as follows:
We are definitely not returning
undefined
or anarray
, so for whatever reason it looks like an invalid object is returned fromChart
.