skip to Main Content

Redeclaration of Let error – How to find where it's being reassigned? – Shopify

The console error - "Uncaught SyntaxError: redeclaration of let sectionSelector" The code - <script type="text/javascript"> const sectionSelector = '#shopify-section-{{ section.id }}'; let collectionSelectors = document.querySelectorAll(`${sectionSelector} .recommendations__collection-selector`); for (let collectionSelector of collectionSelectors) { let blockId = collectionSelector.dataset.blockId; let collectionCarousel = document.querySelector(`${sectionSelector}…

VIEW QUESTION
Back To Top
Search