From f27749262e5b8355c81feb9b18231efcfdcf450c Mon Sep 17 00:00:00 2001 From: Caihuanyu Date: Fri, 23 Oct 2020 13:50:11 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E4=BD=BF=E7=94=A8=20r?= =?UTF-8?q?eact-query@2.21.0=20=E6=9E=84=E5=BB=BA=E6=8A=A5=E9=94=99?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix #1339 --- packages/remax-runtime/src/index.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/remax-runtime/src/index.ts b/packages/remax-runtime/src/index.ts index f19229809..2926cdec5 100644 --- a/packages/remax-runtime/src/index.ts +++ b/packages/remax-runtime/src/index.ts @@ -13,3 +13,7 @@ import { ReactReconcilerInst } from './render'; export const unstable_batchedUpdates = ReactReconcilerInst.batchedUpdates; export { RuntimeOptions }; + +export default { + unstable_batchedUpdates, +};