@contentful/experiences-visual-editor-react 1.42.3-dev-20250701T1530-7e94407.0 → 1.42.3-prerelease-20250701T0855-59fc0e2.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 CHANGED
@@ -2122,8 +2122,8 @@ const sendMessage = (eventType, data) => {
2122
2122
  */
2123
2123
  class EntityStoreBase {
2124
2124
  constructor({ entities, locale }) {
2125
- /* serialized */ this.entryMap = new Map();
2126
- /* serialized */ this.assetMap = new Map();
2125
+ this.entryMap = new Map();
2126
+ this.assetMap = new Map();
2127
2127
  this.locale = locale;
2128
2128
  for (const entity of entities) {
2129
2129
  this.addEntity(entity);