We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 217b089 commit 56c3ad2Copy full SHA for 56c3ad2
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# 2.4.3
2
+
3
+* Objects with a `null` prototype are now considered plain objects as well
4
+* Improved error message for non-converging cyclic reactions
5
+* Fixed potential HMR issue
6
7
# 2.4.2
8
9
* Improved error message when wrongly using `@computed`, by @bb (#450)
package.json
@@ -1,6 +1,6 @@
{
"name": "mobx",
- "version": "2.4.2",
+ "version": "2.4.3",
"description": "Simple, scalable state management.",
"main": "lib/mobx.js",
"typings": "lib/mobx.d.ts",
0 commit comments