Hi there,
I’ve create a cart-drawer and cart page in Custom Shopify theme. In my cart-drawer and cart Page I used Increase (plus) and decrease (minus) button for increasing and decreasing the quantity of the cart items. I added event listener in those buttons and Section Rendering API for updating the content.
The issue is that when I increase or decrease the quantity, it works the first time. However, after the dynamic content reloads via the Section Rendering API, the event listeners are removed from the buttons.
What should I do Now ?