I'm running into an issue using react-d3-brush, that it can seem to find _reactD3Basic.series.
Others have run into this problem, on stackoverflow
My best guess from research so far is that this somehow relates to CommonJS exports? Something about babel? Thing is, I'm not using babel, and all the research so far is to disable babel for node_modules. CommonJS reference
Output below:
TypeError: (0 , _reactD3Basic.series) is not a function at LineBrush.render (webpack:///./~/react-d3-brush/lib/line.js:74:1)
I'm running into an issue using react-d3-brush, that it can seem to find _reactD3Basic.series.
Others have run into this problem, on stackoverflow
My best guess from research so far is that this somehow relates to CommonJS exports? Something about babel? Thing is, I'm not using babel, and all the research so far is to disable babel for node_modules. CommonJS reference
Output below:
TypeError: (0 , _reactD3Basic.series) is not a function at LineBrush.render (webpack:///./~/react-d3-brush/lib/line.js:74:1)