I'm trying to use reactd3 library in my project. And I get an error:
Uncaught TypeError: (0 , _reactD3Basic.series) is not a function
In the line (in the library code):
var chartSeriesData = (0, _reactD3Basic.series)(this.props);
Because _reactD3Basic
doesn't contain attribute series.
Can you help me? Why is it?