@contentful/experiences-visual-editor-react 1.42.3-dev-20250630T1524-5545f29.0 → 1.42.3-dev-20250701T1530-7e94407.0
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.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/renderApp.js +2 -2
- package/dist/renderApp.js.map +1 -1
- package/package.json +4 -4
package/dist/renderApp.js
CHANGED
|
@@ -44743,8 +44743,8 @@ const sendMessage = (eventType, data) => {
|
|
|
44743
44743
|
*/
|
|
44744
44744
|
class EntityStoreBase {
|
|
44745
44745
|
constructor({ entities, locale }) {
|
|
44746
|
-
this.entryMap = new Map();
|
|
44747
|
-
this.assetMap = new Map();
|
|
44746
|
+
/* serialized */ this.entryMap = new Map();
|
|
44747
|
+
/* serialized */ this.assetMap = new Map();
|
|
44748
44748
|
this.locale = locale;
|
|
44749
44749
|
for (const entity of entities) {
|
|
44750
44750
|
this.addEntity(entity);
|