-
Hi, I try to pass information through a struct via a signal. When I try the following, the value is not rendered when changed. If I do exactly the same with an integer, everything works fine (as in documentation) What's wrong with this ?
Thank you. |
Beta Was this translation helpful? Give feedback.
Answered by
gbj
Sep 12, 2025
Replies: 1 comment
-
These are not reactive because they are not functions
instead, you need
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
flojug
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
These are not reactive because they are not functions
instead, you need