Cart Does Not Update Unless Page Is Refreshed(RefreshTheme)

This worked for me from a solution by @rmate on another thread:

You can add this line of Javascript in product-info.js line 341 (on the latest Dawn install), right where the fetchQuantityRules() function begins.

if (!this.querySelector('.quantity__rules-cart')) return;

This will ensure that the cart still updates even though you don’t have the relevant class.

https://community.shopify.com/c/shopify-design/cart-drawer-does-not-update-automatically-dawn-theme/m-p/2352666/highlight/true#M620747