You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running tests in plot_api_test.js result in Test plot api @noCIdep Plotly.react can redraw "airfoil" with no changes as a noop (svg mocks) FAILED.
The culprit is in PR #3090 which introduces new private attributes into _context. Because diffConfig does not ignore those, Plotly.react always redraw.
The text was updated successfully, but these errors were encountered:
antoinerg
changed the title
Plotly.react redraws regardless if a config option is present
Plotly.react always redraw if a config option is provided
Oct 18, 2018
Running tests in
plot_api_test.js
result inTest plot api @noCIdep Plotly.react can redraw "airfoil" with no changes as a noop (svg mocks) FAILED
.The culprit is in PR #3090 which introduces new private attributes into
_context
. BecausediffConfig
does not ignore those,Plotly.react
always redraw.The text was updated successfully, but these errors were encountered: