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
Since you replaced lodash _.merge by a custom Object.assign call, you have a pretty bad regression on default styles because lodash ._merge does more than Object.assign (it works recursively on nested objects).
Consequence
Default styles are not correctly merge and many of my graphs look different after update. I will do my own merge for the moment but you should fix that 😄
The text was updated successfully, but these errors were encountered:
Since you replaced lodash
_.merge
by a customObject.assign
call, you have a pretty bad regression on default styles because lodash._merge
does more thanObject.assign
(it works recursively on nested objects).Consequence
Default styles are not correctly merge and many of my graphs look different after update. I will do my own merge for the moment but you should fix that 😄
The text was updated successfully, but these errors were encountered: