easy-email-extensions 3.1.23 → 3.1.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index2.js +1 -2
- package/lib/index2.js.map +1 -1
- package/package.json +2 -2
package/lib/index2.js
CHANGED
|
@@ -38460,7 +38460,7 @@ function enhancer(Component2, changeAdapter) {
|
|
|
38460
38460
|
onChange(val);
|
|
38461
38461
|
}, 100, {
|
|
38462
38462
|
maxWait: 500
|
|
38463
|
-
}), []);
|
|
38463
|
+
}), [onChange]);
|
|
38464
38464
|
useEffect(() => {
|
|
38465
38465
|
setCurrentValue(value);
|
|
38466
38466
|
}, [value]);
|
|
@@ -38468,7 +38468,6 @@ function enhancer(Component2, changeAdapter) {
|
|
|
38468
38468
|
return `enhancer-${primaryId++}`;
|
|
38469
38469
|
}, []);
|
|
38470
38470
|
return /* @__PURE__ */ React__default.createElement(Field, {
|
|
38471
|
-
key: name,
|
|
38472
38471
|
name,
|
|
38473
38472
|
validate: validate3,
|
|
38474
38473
|
parse
|