In reactd3, I get this error when I try to import:
var PieTooltip = require('react-d3-tooltip').PieTooltip;
How do I fix it?
TypeError: Cannot read property 'string' of undefined
79 | scaleExtent: [1, 10]
80 | }, _commonProps2.default);
81 | ChartSvg.propTypes = {
> 82 | id: _react.PropTypes.string,