From c45d2b1155e6ea31ce2019aeb259d3cc06912083 Mon Sep 17 00:00:00 2001 From: Seokmin Hong Date: Mon, 15 Sep 2025 11:31:46 +0900 Subject: [PATCH] Assign TFieldsValues to fieldsValues instead of transformedValues --- src/useLens.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/useLens.ts b/src/useLens.ts index 0863177..2bfc726 100644 --- a/src/useLens.ts +++ b/src/useLens.ts @@ -6,7 +6,7 @@ import { LensesStorage } from './LensesStorage'; import type { Lens } from './types'; export interface UseLensProps { - control: Control; + control: Control; } /**