plotly / react-plotly.js

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

Managing layout with redux does not render plot #317

Open msimoni18 opened 1 year ago

msimoni18 commented 1 year ago

I want to manage the layout using redux, but the plot does not render. Does anyone know what is different about using redux vs react state that is causing an issue?

Here's my stackoverflow post with reproducible code.