@contentful/experiences-visual-editor-react 1.11.2 → 1.11.3-dev-20240808T2101-c1fe341.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/renderApp.js CHANGED
@@ -58143,7 +58143,7 @@ const useComponent = ({ node: rawNode, resolveDesignValue, renderDropzone, userI
58143
58143
  });
58144
58144
  }
58145
58145
  if (!registration) {
58146
- console.warn(`Component registration not found for component with id: "${node.data.blockId}". The component might of been removed. To proceed, remove the component manually from the layers tab.`);
58146
+ console.warn(`Component registration not found for component with id: "${node.data.blockId}". The registered component might have been removed from the code. To proceed, remove the component manually from the layers tab.`);
58147
58147
  return undefined;
58148
58148
  }
58149
58149
  return registration;