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
* fix: preserve stacktrace in Computed and Reaction
* tests: Add test cases for testing preserving stacktrace in Computed and Observer
* chore: bump version to 2.3.1 and update changelog with bug fix for preserving stacktrace in Computed and Reaction functions
---------
Co-authored-by: Pavan Podila <pavanpodila@users.noreply.github.com>
Copy file name to clipboardexpand all lines: mobx/pubspec.yaml
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
name: mobx
2
-
version: 2.3.0+1
2
+
version: 2.3.1
3
3
description: "MobX is a library for reactively managing the state of your applications. Use the power of observables, actions, and reactions to supercharge your Dart and Flutter apps."
0 commit comments