Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Commit

Permalink
fix: 修复使用 react-query@2.21.0 构建报错的问题
Browse files Browse the repository at this point in the history
fix #1339
  • Loading branch information
Darmody committed Oct 23, 2020
1 parent bd71d18 commit f277492
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/remax-runtime/src/index.ts
Expand Up @@ -13,3 +13,7 @@ import { ReactReconcilerInst } from './render';
export const unstable_batchedUpdates = ReactReconcilerInst.batchedUpdates;

export { RuntimeOptions };

export default {
unstable_batchedUpdates,
};

0 comments on commit f277492

Please sign in to comment.