@@ -23,7 +23,7 @@ class LoginFormComponent extends Component.makeUntraced(function* LoginFormCompo
|
||||
const emailInput = yield* form.useInput(["email"])
|
||||
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 (
|
||||
<Container>
|
||||
|
||||
Reference in New Issue
Block a user