@ws-ui/roles-editor 1.8.4-rc12 → 1.8.4-rc13
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/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +3 -1
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -27242,7 +27242,8 @@ const Pte = () => {
|
|
|
27242
27242
|
(a, u) => q_.isEqual(a, u)
|
|
27243
27243
|
), o = vr();
|
|
27244
27244
|
return Ne(() => {
|
|
27245
|
-
if (e)
|
|
27245
|
+
if (e) {
|
|
27246
|
+
console.info("received initial value:", e);
|
|
27246
27247
|
try {
|
|
27247
27248
|
const a = JSON.parse(e);
|
|
27248
27249
|
o(
|
|
@@ -27259,6 +27260,7 @@ const Pte = () => {
|
|
|
27259
27260
|
a
|
|
27260
27261
|
);
|
|
27261
27262
|
}
|
|
27263
|
+
}
|
|
27262
27264
|
}, [e]), F4(() => {
|
|
27263
27265
|
if (n.touched && t)
|
|
27264
27266
|
try {
|