Trying to Import Plotly into my React application using typescript

52 views Asked by At

I tried following the instructions provided in the top answer here react plotly js with typescript but am encountering a type error now. I promise I ran both npm i plotly.js react-plotly.js and npm i --save-dev @types/plotly.js @types/react-plotly.js

enter image description here

The test code I'm trying to run is from the top answer in the link above.

0

There are 0 answers