🦜
const a = createStore('')
`````
<Component a={a}>
Ты об таком?Size: a a a
🦜
const a = createStore('')
`````
<Component a={a}>
Ты об таком?🦜
🦜
🦜
🦜
🦜
R
R
DS
🦜
DS
🦜
🦜
🦜
DS
R
🚀🚀
const apiErrorToastInterval = createEffect({
handler: () => new Promise(
rs => setTimeout(rs, 1000)
)
})
guard({
source: apiCallFx.fail,
filter: apiErrorToastInterval.pending.map(
pending => !pending
),
target: apiErrorToastInterval
})R
const apiErrorToastInterval = createEffect({
handler: () => new Promise(
rs => setTimeout(rs, 1000)
)
})
guard({
source: apiCallFx.fail,
filter: apiErrorToastInterval.pending.map(
pending => !pending
),
target: apiErrorToastInterval
})R
R