Match-id-13432ea7f850d2d66d77c7fc83bbaf071859351f
This commit is contained in:
parent
cdc872be3f
commit
2aaad576fd
|
@ -67,9 +67,7 @@ const act = fun => {
|
|||
runAsyncEffects();
|
||||
|
||||
// 兼容返回Promise
|
||||
return new Promise((resolve, reject) => {
|
||||
resolve(null);
|
||||
});
|
||||
return Promise.resolve();
|
||||
};
|
||||
|
||||
import {
|
||||
|
|
Loading…
Reference in New Issue