easy-email-extensions 3.1.20 → 3.1.23
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 -0
- package/lib/index2.js.map +1 -1
- package/package.json +2 -2
package/lib/index2.js
CHANGED
|
@@ -38468,6 +38468,7 @@ function enhancer(Component2, changeAdapter) {
|
|
|
38468
38468
|
return `enhancer-${primaryId++}`;
|
|
38469
38469
|
}, []);
|
|
38470
38470
|
return /* @__PURE__ */ React__default.createElement(Field, {
|
|
38471
|
+
key: name,
|
|
38471
38472
|
name,
|
|
38472
38473
|
validate: validate3,
|
|
38473
38474
|
parse
|