bigcommerce / stencil-utils

Utility library for the Stencil theme framework.
BSD 4-Clause "Original" or "Old" License
31 stars 44 forks source link

analytics.track JS appended to API responses breaks some implementations #194

Open bobmurdoch opened 1 year ago

bobmurdoch commented 1 year ago

For some time I've used utils.api.cart.getContent({ template: 'custom/json/cart-product-ids' ... } with the following code in that template {{ json cart.items }} So I can take the response inside the callback of utils.api.cart.getContent and parse json to get that cart contents.

Sometime yesterday the server started appending a Githubissues.

  • Githubissues is a development platform for aggregating issues.