Hello,
A lot of us use nested components, and the new property feature is nice. But if you nest Component A inside of B, itself nested inside of C, nested inside of D, you cannot easily access properties from A when D is selected.
When an instance of D is selected, the UI could look like tabs that allow you to switch between nested components’ properties, or dropdowns below D’s properties.