Match-id-30070895d393e5eebcbc0984442d8a1174147303

This commit is contained in:
* 2023-01-18 11:24:36 +08:00
commit a4c685d1b1
1 changed files with 3 additions and 0 deletions

View File

@ -65,6 +65,9 @@ const act = fun => {
asyncUpdates(fun); asyncUpdates(fun);
callRenderQueueImmediate(); callRenderQueueImmediate();
runAsyncEffects(); runAsyncEffects();
// 兼容返回Promise
return Promise.resolve();
}; };
import { import {