We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0887834 commit 593592eCopy full SHA for 593592e
src/index.js
@@ -3,4 +3,9 @@ import connectAdvanced from './components/connectAdvanced'
3
import { ReactReduxContext } from './components/Context'
4
import connect from './connect/connect'
5
6
-export { Provider, connectAdvanced, ReactReduxContext, connect }
+import { setBatch } from './utils/batch'
7
+import { unstable_batchedUpdates as batch } from './utils/reactBatchedUpdates'
8
+
9
+setBatch(batch)
10
11
+export { Provider, connectAdvanced, ReactReduxContext, connect, batch }
0 commit comments