The open-source frontend for any eCommerce. Built with a PWA and headless approach, using a modern JS stack. We have custom integrations with Magento, commercetools, Shopware and Shopify and total coverage is just a matter of time. The API approach also allows you to merge VSF with any third-party tool like CMS, payment gateways or analytics. Newest updates: https://blog.vuestorefront.io. Always Open Source, MIT license.
I have seen that inside stockSync of core/modules/cart/store/actions/synchronizeActions.ts there are 2 dispatch calls without an await. Please check if the missing await could result into weird race-condition behaviour.
I have seen that inside
stockSync
ofcore/modules/cart/store/actions/synchronizeActions.ts
there are 2 dispatch calls without anawait
. Please check if the missingawait
could result into weird race-condition behaviour.Should we wait until the dispatch call finished?
Current:
Suggestion: