0.2.6 #49
@@ -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]) =>
|
||||||
|
|||||||
@@ -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]) =>
|
||||||
|
|||||||
Reference in New Issue
Block a user