@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/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
|
@@ -3964,7 +3964,7 @@ const useComponent = ({ node: rawNode, resolveDesignValue, renderDropzone, userI
|
|
|
3964
3964
|
});
|
|
3965
3965
|
}
|
|
3966
3966
|
if (!registration) {
|
|
3967
|
-
console.warn(`Component registration not found for component with id: "${node.data.blockId}". The component might
|
|
3967
|
+
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.`);
|
|
3968
3968
|
return undefined;
|
|
3969
3969
|
}
|
|
3970
3970
|
return registration;
|