ReferenceError:找不到变量:模块

时间:2019-09-27 06:19:14

标签: reactjs react-native highcharts es6-modules react-highcharts

此后,我正在尝试在本机应用程序中实现highcharts包装器

https://www.highcharts.com/blog/post/creating-mobile-charts-with-highcharts-react-native/

在设备上通过expo start运行应用程序时,它使我返回错误

  

警告:%s:错误边界应实现   getDerivedStateFromError()。在该方法中,将状态更新返回到   显示错误消息或后备UI。RootErrorBoundary        ReferenceError:找不到变量:模块       *渲染中的App.js:21:8

App.js的第21行具有highcharts容器HighchartsReactNative

任何线索都将非常有帮助

1 个答案:

答案 0 :(得分:0)

您应该将模块声明为数组。

const modules = [
    'highcharts-more',
    'solid-gauge'
];

您可以在我们的文档(Readme.md)中找到更多信息: -https://github.com/highcharts/highcharts-react-native