We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1a1dac commit 32e2504Copy full SHA for 32e2504
src/index.ts
@@ -1,4 +1,3 @@
1
-import { enableES5 } from 'immer'
2
export * from 'redux'
3
export { default as createNextState, Draft, current } from 'immer'
4
export {
@@ -14,7 +13,7 @@ export { ThunkAction, ThunkDispatch } from 'redux-thunk'
14
13
// we assume RTK will be used with React Native and other Proxy-less
15
// environments. In addition, that's how Immer 4 behaved, and since
16
// we want to ship this in an RTK minor, we should keep the same behavior.
17
-enableES5()
+// enableES5()
18
19
20
// js
0 commit comments