Replies: 1 comment 1 reply
-
You should somehow to instruct your traits on where to get/set values, the default trait applies changes on its own component. Probably from the parent component you should set up the listener for the trait and then propagate those changes to its inner children |
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.
-
I'm trying to create a component that contains a couple of child components, each with their own traits. My intention is to load these child components' traits in the parent component and make it work, but I'm running into some issues.
I can load the traits in the parent component and connect the values, but array of childTypes is not working, i have to refactor that.
I am not sure if there is another method to do this, trough "collections" maybe?
Beta Was this translation helpful? Give feedback.
All reactions