WIP: Nested components within slots lose property connection

I am using a component that has the slot element, inside this slot is another component which has an inner button component. I have created all properties and connected to the button, but the button uses the default value instead of my custom text. If I unlink the button as a component, it does work.

So I assume it must be a deep nesting subject.

Steps to reproduce:

  1. Create a button component with text (with a default value) and link properties
  2. Create a component that has a slot as its only child
  3. Create a child component for the parent that contains the button component
  4. Create all properties to connect, set the text and link as a group for the button
  5. By inserting your value, only the default will show
  6. If you unlink it though, and connect the property to it, it shows correctly



Hi Christophe,
Thanks so much for your report!

We’re already aware of this issue and will get back to you as soon as it’s resolved.

Best regards,
timmse