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