fix(panels): avoid deep copy problem for panel defaults
Moves the defaults to be an instance property. This solves the problem of lodash defaults function not doing a deep copy. The symptom of this is that new deep properties for a panel are assigned to every panel of the same type by the defaults function in the constructor.
Showing
Please
register
or
sign in
to comment