@contentful/experiences-visual-editor-react 1.36.0-dev-20250404T1059-a3614ea.0 → 1.36.0-dev-20250404T1554-fbd5fc1.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/renderApp.js
CHANGED
|
@@ -58991,11 +58991,11 @@ function useEditorSubscriber() {
|
|
|
58991
58991
|
return;
|
|
58992
58992
|
}
|
|
58993
58993
|
const eventData = tryParseMessage(event);
|
|
58994
|
+
console.debug(`[experiences-sdk-react::onMessage] Received message [${eventData.eventType}]`, eventData);
|
|
58994
58995
|
if (eventData.eventType === PostMessageMethods$2.REQUESTED_ENTITIES) {
|
|
58995
58996
|
// Expected message: This message is handled in the EntityStore to store fetched entities
|
|
58996
58997
|
return;
|
|
58997
58998
|
}
|
|
58998
|
-
console.debug(`[experiences-sdk-react::onMessage] Received message [${eventData.eventType}]`, eventData);
|
|
58999
58999
|
switch (eventData.eventType) {
|
|
59000
59000
|
case INCOMING_EVENTS.ExperienceUpdated: {
|
|
59001
59001
|
const { tree, locale, changedNode, changedValueType, assemblies } = eventData.payload;
|