Closed wustdjf closed 5 years ago
I'm getting this same erro when I try to call an action of redux inside the showTip
event.
_handleMouseMove = (params) => {
const { _setYearHover, yearHover } = this.props;
const { dataIndex } = params;
if (dataIndex !== yearHover) {
_setYearHover(dataIndex);
}
}
Does someone know why? The error seems to be in this part of the code
same here 同问!!!
请到 echarts 项目中提 issue。
这种错误怎么解决啊,力引导图还没绘制完成,鼠标hover就会报错。echarts-for-react有没有方法判断图片是否加载完成呢