feature / bug: update the component after component.set('type') #3805
aliibrahim123
started this conversation in
Ideas
Replies: 1 comment
-
It doesn't make sense, from the core point of view, to have such a listener. Each type can have its own properties and behaviors, so if you need such functionality, add it to your component, there is no need to have it in the core. |
Beta Was this translation helpful? Give feedback.
0 replies
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 i was working on a trait that change the type of the component,
i noticed that you must update the component using this script :
and this is also for component.set('type')
so @artf can you make that if we change the type of a component the component update automatically
Beta Was this translation helpful? Give feedback.
All reactions