Closed lwc closed 11 years ago
Eg, this sucks:
{ myThings: { 0: 123, 0__type: 'SomeType' } }
this is better:
{ myThings: [ { id: 123, type: 'SomeType' } ] }
fixed in cf90fd8
Eg, this sucks:
this is better: