🚀🚀
Size: a a a
🚀🚀
SS
c
Е
Type 'Event<AxiosResponse<any>>[]' is missing the following properties from type 'Unit<{ id: string; }>': kind, __ . Из fx1 и fx2 я возвращаю сразу await axios(…), мне нужен только статус запроса успех/не успех. Что-то не то делаю?🚀🚀
Type 'Event<AxiosResponse<any>>[]' is missing the following properties from type 'Unit<{ id: string; }>': kind, __ . Из fx1 и fx2 я возвращаю сразу await axios(…), мне нужен только статус запроса успех/не успех. Что-то не то делаю?from: [fx1.finally, fx2.finally] as Unit<{status: 'done' | 'fail'}>[]🚀🚀
🚀🚀
Е
from: [fx1.finally, fx2.finally] as Unit<{status: 'done' | 'fail'}>[]forward({
from: [
confirmRouteFx.finally,
rejectRouteFx.finally,
updateSegmentsFx.finally,
] as Unit<{ status: 'done' | 'fail' }>[],
to: fetchAvailableActionsFx,
});OR
forward({
from: [
confirmRouteFx.finally,
rejectRouteFx.finally,
updateSegmentsFx.finally,
] as Unit<{ status: 'done' | 'fail' }>[],
to: fetchAvailableActionsFx,
});c
forward({
from: [
confirmRouteFx.finally,
rejectRouteFx.finally,
updateSegmentsFx.finally,
] as Unit<{ status: 'done' | 'fail' }>[],
to: fetchAvailableActionsFx,
});🚀🚀
forward({
from: [
confirmRouteFx.finally,
rejectRouteFx.finally,
updateSegmentsFx.finally,
] as Unit<{ status: 'done' | 'fail' }>[],
to: fetchAvailableActionsFx,
});OR
forward({
from: [
confirmRouteFx.finally,
rejectRouteFx.finally,
updateSegmentsFx.finally,
] as Unit<{ status: 'done' | 'fail' }>[],
to: fetchAvailableActionsFx,
});Е
Е
OR
effector 21.7.2
n

n
АБ
effector 21.7.2n
П
