Observer not working when passing ObservableList to child widget #765
Replies: 3 comments 14 replies
-
Did not get it - why it is discussion if thats a bug? :D |
Beta Was this translation helpful? Give feedback.
-
Isn’t it due to the fact that observers are able to react to the observables only inside their immediate context? EventsDisplay widget has its own context. |
Beta Was this translation helpful? Give feedback.
-
I encountered the same problem: #851 |
Beta Was this translation helpful? Give feedback.
-
Hello,
recently we have discovered a bug where events were not showing on calendar date change. This bug was caused by the fact that reactivity were not triggered on filteredDates ObservableList change because it was passed down to child widget. However when I have added observable list usage at top level it started to acct as expected.
Not triggered
Triggered:
Any ideas why?
Beta Was this translation helpful? Give feedback.
All reactions