Match-id-30070895d393e5eebcbc0984442d8a1174147303
This commit is contained in:
commit
a4c685d1b1
|
@ -65,6 +65,9 @@ const act = fun => {
|
|||
asyncUpdates(fun);
|
||||
callRenderQueueImmediate();
|
||||
runAsyncEffects();
|
||||
|
||||
// 兼容返回Promise
|
||||
return Promise.resolve();
|
||||
};
|
||||
|
||||
import {
|
||||
|
|
Loading…
Reference in New Issue