Skip to content

Commit 0867eae

Browse files
committed
chore: remove comment
1 parent 0f1b4c3 commit 0867eae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/form-core/src/FormApi.ts

-1
Original file line numberDiff line numberDiff line change
@@ -862,7 +862,6 @@ export class FormApi<
862862
}),
863863
)
864864

865-
// creates a tanstack store derived record of the fields derivedMeta that lazily updates
866865
this.fieldMetaDerived = new Derived({
867866
deps: [this.baseStore],
868867
fn: ({ prevDepVals, currDepVals, prevVal: _prevVal }) => {

0 commit comments

Comments
 (0)