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