In design mode, components bubble up properties from inner sub-components. This makes components much easier to interact with.
In dev mode, the behavior is different. You only see the currently-selected component’s properties, and have to drill in to any sub-components to see their properties.
It would be really nice to have the same behavior for both (bubbling up properties) so developers could see all the properties set on the parent on down to any smaller atoms.