Match-id-13432ea7f850d2d66d77c7fc83bbaf071859351f

This commit is contained in:
* 2023-01-16 20:29:01 +08:00
parent cdc872be3f
commit 2aaad576fd
1 changed files with 1 additions and 3 deletions

View File

@ -67,9 +67,7 @@ const act = fun => {
runAsyncEffects();
// 兼容返回Promise
return new Promise((resolve, reject) => {
resolve(null);
});
return Promise.resolve();
};
import {