Skip to content

Commit

Permalink
fix: ObservableSet and ObservableMap should not notify all listen…
Browse files Browse the repository at this point in the history
…ers when `observe` with fireImmediately
  • Loading branch information
amondnet committed Nov 24, 2023
1 parent 1cf0ed2 commit 46a7c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 2.2.2

- Fix #956: ObservableSet` and `ObservableMap` should not notify all listeners when `observe` with fireImmediately. by [@amondnet](https://github.com/amondnet)
- Fix [#956]((https://github.com/mobxjs/mobx.dart/issues/956)): ObservableSet` and `ObservableMap` should not notify all listeners when `observe` with fireImmediately. by [@amondnet](https://github.com/amondnet) in [#962](https://github.com/mobxjs/mobx.dart/pull/962)

## 2.2.1

Expand Down

0 comments on commit 46a7c26

Please sign in to comment.