Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
removed console log
  • Loading branch information
volkanfilazi committed Apr 14, 2026
commit 58ae7a0ca314cfe9e627f20e2df13eef24749d67
1 change: 0 additions & 1 deletion packages/forms/signals/compat/src/api/extract.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ function visitFieldTree(
): RawValue<unknown> | DeepPartial<RawValue<unknown>> {
const state = field();
const value = state.value();
console.log('value', value);

const matchingChildren = extractChildren(field, value, filter);

Expand Down
Loading