Related to #415, we could do: ```js DefineMap.extend({ thing: {defaultValue: [] } }) ``` Other names? We could use `value: []` this way after a breaking change.
Related to #415, we could do:
Other names? We could use
value: []this way after a breaking change.