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
Fix update method on empty and uninitialized array property (#1092)
* Fix for GH1072. Empty array properties are replaced during update
* Don't error when a literal property is set to it's correct value.
This avoids errors when performing updates like figure.update(data=[go.Scatter(...), ...])
* Fix two failing validator tests
0 commit comments