R
Size: a a a
R
DS
EГ
АШ
R
DS
OR
export const createSession = createEffect<{ email: string; password: string }, unknown>()
createSession.use(({ email, password }) => {
...
model.ts
sample({
clock: formSubmitted,
source: $form,
target: createSession,
})
export const $isSubmitDisabled = createSession.pending
почему isSubmitDisabled всегда false?SK
export const createSession = createEffect<{ email: string; password: string }, unknown>()
createSession.use(({ email, password }) => {
...
model.ts
sample({
clock: formSubmitted,
source: $form,
target: createSession,
})
export const $isSubmitDisabled = createSession.pending
почему isSubmitDisabled всегда false?OR
OR
🚀🚀
$recordsList
.on(addRecord, (records) => [...records, createRecordModel()])
🚀🚀
🚀🚀
🦜
OR

V
NN
OR

OR
NN