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.js CHANGED
@@ -6804,7 +6804,8 @@ function courses({
6804
6804
  };
6805
6805
  React.useEffect(() => {
6806
6806
  const placeholders = nodeData?.cardCarousel?.metadata?.placeholders;
6807
- console.log('placeholders', placeholders, isMasterTemplate);
6807
+ console.log('placeholders test', placeholders, isMasterTemplate);
6808
+ debugger;
6808
6809
  // For Master template Preview: Show placeholder images. If placeholder doesn't come from backend, show shimmer.
6809
6810
  if (isMasterTemplate && false) {
6810
6811
  if (placeholders && placeholders.length) {