我在尝试使用
import createPlotlyComponent from 'react-plotly.js/factory';
const Plot = createPlotlyComponent(window.Plotly);
在我现有的react项目中的js文件中,该项目是用typescript编写的。
我在npm运行构建时遇到了 typescript 问题。',' expected以前有人遇到过这个问题吗?谢谢。
我在尝试使用
import createPlotlyComponent from 'react-plotly.js/factory';
const Plot = createPlotlyComponent(window.Plotly);
在我现有的react项目中的js文件中,该项目是用typescript编写的。
我在npm运行构建时遇到了 typescript 问题。',' expected以前有人遇到过这个问题吗?谢谢。
1条答案
按热度按时间flseospp1#
将 typescript 版本更新到4. 1. 2为我修复了它:)