-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Config not reactive in some cases #10
Comments
Observation: This bug only seems to apply to deep changes in Steps to reproduce #2
|
Fixed by introducing the This change is released in 1.0.0 |
As per @Quacken8's report, the
|
Steps to reproduce
Details
This is caused by plotly#6394 –
Plotly.react
ignores some changes in the config:Possible walkarounds
Plotly.react
toPlotly.newPlot
every time config is updated.{ ...element._context }
to config. (No idea what this does, see the upstream ticket)The text was updated successfully, but these errors were encountered: