@contentful/experiences-visual-editor-react 1.36.0-dev-20250404T1059-a3614ea.0 → 1.36.0-dev-20250404T1554-4caddd5.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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/renderApp.js +1 -1
- package/dist/renderApp.js.map +1 -1
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -4077,11 +4077,11 @@ function useEditorSubscriber() {
|
|
|
4077
4077
|
return;
|
|
4078
4078
|
}
|
|
4079
4079
|
const eventData = tryParseMessage(event);
|
|
4080
|
+
console.debug(`[experiences-sdk-react::onMessage] Received message [${eventData.eventType}]`, eventData);
|
|
4080
4081
|
if (eventData.eventType === PostMessageMethods$2.REQUESTED_ENTITIES) {
|
|
4081
4082
|
// Expected message: This message is handled in the EntityStore to store fetched entities
|
|
4082
4083
|
return;
|
|
4083
4084
|
}
|
|
4084
|
-
console.debug(`[experiences-sdk-react::onMessage] Received message [${eventData.eventType}]`, eventData);
|
|
4085
4085
|
switch (eventData.eventType) {
|
|
4086
4086
|
case INCOMING_EVENTS.ExperienceUpdated: {
|
|
4087
4087
|
const { tree, locale, changedNode, changedValueType, assemblies } = eventData.payload;
|