@tanstack/form-core
Advanced tools
Comparing version 0.41.0 to 0.41.1
@@ -58,2 +58,3 @@ import { batch, Derived } from "@tanstack/store"; | ||
this.options = opts2; | ||
this.name = opts2.name; | ||
}; | ||
@@ -60,0 +61,0 @@ this.getValue = () => { |
{ | ||
"name": "@tanstack/form-core", | ||
"version": "0.41.0", | ||
"version": "0.41.1", | ||
"description": "Powerful, type-safe, framework agnostic forms.", | ||
@@ -5,0 +5,0 @@ "author": "tannerlinsley", |
@@ -637,2 +637,3 @@ import { Derived, batch } from '@tanstack/store' | ||
this.options = opts as never | ||
this.name = opts.name | ||
} | ||
@@ -639,0 +640,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
519874
6804