Max Graves

Results 2 comments of Max Graves

Has there been any movement on this? This impacts multiple CRA apps of mine. I'd like to not have to eject and polyfill. I'd also like to keep using plotly.js...

@jmacura @ZodiacWind ...if it helps, for my react apps I ended up getting things to work by switching from importing like this: ```javascript import Plotly from "plotly.js"; import createPlotlyComponent from...