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