You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Module '"../../node_modules/echarts-for-react/lib"' has no exported member 'ObjectMap'. Did you mean to use 'import ObjectMap from "../../node_modules/echarts-for-react/lib"' instead? TS2614
The text was updated successfully, but these errors were encountered:
IdaKelly
changed the title
echarst-for =-react报错Module '"../../node_modules/echarts-for-react/lib"' has no exported member 'ObjectMap'. Did you mean to use 'import ObjectMap from "../../node_modules/echarts-for-react/lib"' instead? TS2614
echarst-for-react报错 has no exported member 'ObjectMap'.
Jul 26, 2020
IdaKelly
changed the title
echarst-for-react报错 has no exported member 'ObjectMap'.
echarts-for-react报错 has no exported member 'ObjectMap'.
Jul 27, 2020
在web文件夹下运行nmp start,报这个错误?
Module '"../../node_modules/echarts-for-react/lib"' has no exported member 'ObjectMap'. Did you mean to use 'import ObjectMap from "../../node_modules/echarts-for-react/lib"' instead? TS2614
网上搜了一下,对echarts-for-react的core.d.ts和index.d.ts更改,增加exports.ObjectMap=ObjectMap,仍然没有运行啊。。。这是为什么呢?
The text was updated successfully, but these errors were encountered: