when duplicating a component with an object defined config, the new component config is being copied as a string. example:
Original Component:
Duplicated Component:Code:defaults: {width: 850}
Code:defaults: '{width: 850}'
when duplicating a component with an object defined config, the new component config is being copied as a string. example:
Original Component:
Duplicated Component:Code:defaults: {width: 850}
Code:defaults: '{width: 850}'
Thanks danderson for reporting this, I'll get this fixed before the next maintenance release!