You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Carousel to load on P2P when there's enough product images to initiate without throwing syntax error.
Actual behavior
jquery.min.js:2 Uncaught Error: Syntax error, unrecognized expression: <button class="slick-prev" aria-label="Previous" type="button">Previous</button>
at Function.se.error (jquery.min.js:2)
at se.tokenize (jquery.min.js:2)
at Function.se [as find] (jquery.min.js:2)
at ./assets/js/theme/global/jquery-migrate/init.js.__webpack_exports__.default.jQuery.fn.init.find (jquery.min.js:2)
at ./assets/js/theme/global/jquery-migrate/init.js.__webpack_exports__.default.jQuery.fn.init../assets/js/theme/global/jquery-migrate/traversing.js.__webpack_exports__.default.jQuery.fn.find (traversing.js:10)
at HTMLUListElement.onCarouselChange (carousel.js:46)
at HTMLUListElement.dispatch (jquery.min.js:2)
at HTMLUListElement.v.handle (jquery.min.js:2)
at Object.trigger (jquery.min.js:2)
at HTMLUListElement.<anonymous> (jquery.min.js:2)
Steps to reproduce behavior
Fresh install of Cornerstone, load product page with more than 5 images.
The text was updated successfully, but these errors were encountered:
Expected behavior
Carousel to load on P2P when there's enough product images to initiate without throwing syntax error.
Actual behavior
Steps to reproduce behavior
Fresh install of Cornerstone, load product page with more than 5 images.
The text was updated successfully, but these errors were encountered: