0.1.4 #5

Merged
Thilawyn merged 67 commits from next into master 2025-10-02 18:18:23 +02:00
Showing only changes of commit 8ba0189472 - Show all commits

View File

@@ -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>