react-plotly.js
react-plotly.js copied to clipboard
Plotly react lib leads to slow React/webpack Build.
Would be nice to have an option just to include min plotly lib as a link reference to avoid build!
I am using typescript:
"plotly.js": "1.57.1", "react-plotly.js": "2.5.0", "react-scripts": "4.0.0", "react": "17.0.1",
Referenced as
import Plot from 'react-plotly.js';
I am getting out of memory and speed issues when this lib is used. Any ideas how to rerefence this in another way?
Related issue: https://github.com/plotly/react-plotly.js/issues/130
Have the same issue
Same here
I'm having the same problem