after_update
hook with svelte 5
#11811
Unanswered
stefanhoelzl
asked this question in
Q&A
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I need some help to migrate my code from svelte 4 to svelte 5.
I have the following code in svelte 4:
I want to get notified when a property of the child component has changed and get the values of all properties of the child component after the change.
For more context, I am building a component preview app, where I have a editor with all the component properties, the values in the editor should change accordingly when something in the component changes and vice versa.
Since this should work with a generic component, I do not know the properties in advance.
Thank your for your help!
Beta Was this translation helpful? Give feedback.
All reactions