We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfbac12 commit fc02117Copy full SHA for fc02117
packages/wx-react-native/miniprogram_dist/index.js
@@ -5,7 +5,8 @@
5
* LICENSE file in the root directory of this source tree.
6
*
7
*/
8
-
+import {unstable_batchedUpdates} from '@areslabs/wx-react'
9
+
10
import WXFlatList from './component/WXFlatList/index.comp'
11
import WXSectionList from './component/WXSectionList/index.comp'
12
import WXScrollView from './component/WXScrollView/index.comp'
@@ -101,7 +102,8 @@ export {
101
102
fetch,
103
alert,
104
requestAnimationFrame,
- cancelAnimationFrame
105
+ cancelAnimationFrame,
106
+ unstable_batchedUpdates
107
}
108
109
export default {
@@ -149,5 +151,6 @@ export default {
149
151
150
152
153
154
155
156
0 commit comments