@@ -23,7 +23,7 @@ class LoginFormComponent extends Component.makeUntraced(function* LoginFormCompo
|
|||||||
const emailInput = yield* form.useInput(["email"])
|
const emailInput = yield* form.useInput(["email"])
|
||||||
const passwordInput = yield* form.useInput(["password"])
|
const passwordInput = yield* form.useInput(["password"])
|
||||||
|
|
||||||
yield* useFork(() => Stream.runForEach(form.latestValueSubscribable.changes, Console.log))
|
yield* useFork(() => Stream.runForEach(form.latestValueSubscribable.changes, Console.log), [])
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Container>
|
<Container>
|
||||||
|
|||||||
Reference in New Issue
Block a user