Replies: 7 comments 2 replies
-
subscribe(store, () => {
console.log("value", store.arr);
}); |
Beta Was this translation helpful? Give feedback.
-
Ok, |
Beta Was this translation helpful? Give feedback.
-
Can you elaborate the question? |
Beta Was this translation helpful? Give feedback.
-
Well, the problem is also related to the fact that Is there any other simple way to listen for changes when arr is empty? |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Wait, |
Beta Was this translation helpful? Give feedback.
-
The |
Beta Was this translation helpful? Give feedback.
-
subscribe
fails to subscribe.[]
, which is still the default value[1, 2, 3]
when the project starts.Beta Was this translation helpful? Give feedback.
All reactions