diy-template-components 2.0.105 → 2.0.106

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 CHANGED
@@ -6788,6 +6788,7 @@ function courses({
6788
6788
  };
6789
6789
  useEffect(() => {
6790
6790
  const placeholders = nodeData?.cardCarousel?.metadata?.placeholders;
6791
+ console.log('placeholders', placeholders, isMasterTemplate);
6791
6792
  // For Master template Preview: Show placeholder images. If placeholder doesn't come from backend, show shimmer.
6792
6793
  if (isMasterTemplate && false) {
6793
6794
  if (placeholders && placeholders.length) {