diy-template-components 2.0.106 → 2.0.107
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/build/index.es.js +2 -1
- package/build/index.es.js.map +1 -1
- package/build/index.js +2 -1
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.es.js
CHANGED
|
@@ -6788,7 +6788,8 @@ function courses({
|
|
|
6788
6788
|
};
|
|
6789
6789
|
useEffect(() => {
|
|
6790
6790
|
const placeholders = nodeData?.cardCarousel?.metadata?.placeholders;
|
|
6791
|
-
console.log('placeholders', placeholders, isMasterTemplate);
|
|
6791
|
+
console.log('placeholders test', placeholders, isMasterTemplate);
|
|
6792
|
+
debugger;
|
|
6792
6793
|
// For Master template Preview: Show placeholder images. If placeholder doesn't come from backend, show shimmer.
|
|
6793
6794
|
if (isMasterTemplate && false) {
|
|
6794
6795
|
if (placeholders && placeholders.length) {
|