0.2.6 #49

Merged
Thilawyn merged 48 commits from next into master 2026-05-04 02:10:53 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 9c9fe85430 - Show all commits

View File

@@ -63,7 +63,7 @@ extends Pipeable.Class() implements SubmittableForm<A, I, R, MA, ME, MR, MP> {
([b, nextEncodedValue]) => [ ([b, nextEncodedValue]) => [
[b, nextEncodedValue] as const, [b, nextEncodedValue] as const,
nextEncodedValue, nextEncodedValue,
] as const ] as const,
) )
).pipe( ).pipe(
Effect.tap(([, nextEncodedValue]) => Effect.tap(([, nextEncodedValue]) =>

View File

@@ -84,7 +84,7 @@ export class SynchronizedFormImpl<
([b, nextEncodedValue]) => [ ([b, nextEncodedValue]) => [
[b, nextEncodedValue] as const, [b, nextEncodedValue] as const,
nextEncodedValue, nextEncodedValue,
] as const ] as const,
) )
).pipe( ).pipe(
Effect.tap(([, nextEncodedValue]) => Effect.tap(([, nextEncodedValue]) =>