Getting a ref to a nested object #1342
Unanswered
epsilonhalbe
asked this question in
Help and Questions
Replies: 1 comment
-
after a little bit more of digging I found #854 which lead me to the following (much cleaner) solution
|
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
-
How can I get a reactive component that updates nested properties:
I have a store defined as follows
and the following component
when I update the
str
field it works as expected, but for nested object it doesn't. My suspicion is that I lose reactivity when callingnested.value
. I've been fiddling around with this for a day now and can't get it to work.Beta Was this translation helpful? Give feedback.
All reactions