You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ChatItem is class without the Store , I attempt to mutate propery in ObservableList and ObservableMap but tracking changes not working. I tried with chatStore.chats.toList() and without toList(), and add observer inside itemBuilder, but nothing happend. UI updating only if i change the route or reassing whole chatsMap / chats. Please can u help me with this simple task.
I also extend ChatItem class with equatable package to override hashCode and operator ==
I use .g generator
ChatItem is class without the Store , I attempt to mutate propery in ObservableList and ObservableMap but tracking changes not working. I tried with chatStore.chats.toList() and without toList(), and add observer inside itemBuilder, but nothing happend. UI updating only if i change the route or reassing whole chatsMap / chats. Please can u help me with this simple task.
I also extend ChatItem class with equatable package to override hashCode and operator ==
I use .g generator
mobx: ^2.4.0
flutter_mobx: ^2.2.1+1
mobx_codegen: ^2.6.2
Widget
The text was updated successfully, but these errors were encountered: