@avinlab/form
Advanced tools
Comparing version
@@ -25,6 +25,6 @@ // src/createForm.ts | ||
const setValues = (newValues) => { | ||
prevValues = { ...values }; | ||
if (objectsAreEqual(newValues, prevValues)) { | ||
return; | ||
} | ||
prevValues = { ...values }; | ||
values = { ...newValues }; | ||
@@ -31,0 +31,0 @@ _onUpdateHandlers.forEach((cb) => { |
{ | ||
"name": "@avinlab/form", | ||
"type": "module", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "", | ||
@@ -38,3 +38,3 @@ "author": "Avin Lambrero <avin.github@gmail.com> (https://github.com/avin/)", | ||
}, | ||
"gitHead": "f9e49bd8247fba0b8660d3d197c5147ecdd6e861" | ||
"gitHead": "87feff7262dad3042e624c074d6f071a31ee437f" | ||
} |
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
44429
-0.02%