plotly / react-plotly.js

A plotly.js React component from Plotly 📈
MIT License
1.01k stars 135 forks source link

Can't resolve 'react-plotly.js' in #327

Closed ProVival closed 1 year ago

ProVival commented 1 year ago

i have installed the package with yarn and i am using vs-code. I am trying to do: import Plot from 'react-plotly.js'; but i am getting the error: ERROR in ./src/App.js 12:0-35 Module not found: Error: Can't resolve 'react-plotly.js' in /home/user/Desktop/webapp/yt/src i can't find the issue i have tried clearing the cache, installing at a new workspace etc. I am new in this field and i don't know what is the issue. If i right click on Plot from the message import Plot from 'react-plotly.js'; and click go to definition it works, but when i go yarn start it gives me the error above. Please help me :(

ProVival commented 1 year ago

I have no idea how but now it works after 2 hours of constantly trying to uninstall and install