easy-email-extensions 3.1.20 → 3.1.23
Sign up to get free protection for your applications and to get access to all the features.
- 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
|