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

Commit

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

export { RuntimeOptions };

export default {
unstable_batchedUpdates,
};

1 comment on commit d915ef7

@vercel
Copy link

@vercel vercel bot commented on d915ef7 Oct 23, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.