vue-storefront
vue-storefront copied to clipboard
Lifecycle hooks middleware are not async
trafficstars
Our hooks in the middleware are not async, which can be an issue when someone would like to trigger some async action there.
AC:
- please make all of lifecycle hooks: beforeCreate, afterCreate, beforeCall and afterCall async
PR - https://github.com/vuestorefront/vue-storefront/pull/5914