diff --git a/CHANGELOG.md b/CHANGELOG.md index c70597c433..6366b80226 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed / Improved - The default config file is now in more human-readable format - @juho-jaakkola (#4197) +- Create only once aside async component - @gibkigonzo (#4229) ### Fixed - Fixes when having multiple custom options with overlapping option_type_id values, selecting 1 changes the others - @carlokok (#4196) diff --git a/src/themes/default/components/core/blocks/Microcart/Product.vue b/src/themes/default/components/core/blocks/Microcart/Product.vue index a53eedf4f3..f7e275dc77 100644 --- a/src/themes/default/components/core/blocks/Microcart/Product.vue +++ b/src/themes/default/components/core/blocks/Microcart/Product.vue @@ -135,7 +135,7 @@