We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.mjs
1 parent 75e004d commit f6736a4Copy full SHA for f6736a4
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "immer",
3
- "version": "10.0.0-beta.6",
+ "version": "10.0.3-beta",
4
"description": "Create your next immutable state by mutating the current one",
5
"main": "./dist/cjs/index.js",
6
"module": "./dist/immer.legacy-esm.js",
@@ -12,7 +12,7 @@
12
}
13
},
14
"jsnext:main": "dist/immer.mjs",
15
- "react-native": "dist/immer.mjs",
+ "react-native": "./dist/immer.legacy-esm.js",
16
"source": "src/immer.ts",
17
"types": "./dist/immer.d.ts",
18
"sideEffects": false,
0 commit comments