Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When dropping a component normally, the JSON output format is as follows:
However, when I replace the same component during the drop, the format changes to:
This inconsistency might lead to issues when using traits, as the data handling might require accessing
component.components
or usingcomponent.set('content', value)
. It seems necessary to address this to handle both cases uniformly.Beta Was this translation helpful? Give feedback.
All reactions