We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1a1dac commit f35752eCopy full SHA for f35752e
src/index.ts
@@ -14,7 +14,7 @@ export { ThunkAction, ThunkDispatch } from 'redux-thunk'
14
// 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
export {
20
// js
0 commit comments