Skip to content

Commit f35752e

Browse files
committed
disable enableES5
1 parent b1a1dac commit f35752e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export { ThunkAction, ThunkDispatch } from 'redux-thunk'
1414
// we assume RTK will be used with React Native and other Proxy-less
1515
// environments. In addition, that's how Immer 4 behaved, and since
1616
// we want to ship this in an RTK minor, we should keep the same behavior.
17-
enableES5()
17+
// enableES5()
1818

1919
export {
2020
// js

0 commit comments

Comments
 (0)