vuestorefront / vsf-capybara

Capybara is a Storefront UI based theme for Vue Storefront. Always Open Source, MIT license. Made with :green_heart: by Vue Storefront.
https://capybara.storefrontcloud.io/
MIT License
154 stars 84 forks source link

Images not rendering properly when setting the mergeConfigurableChildren to false #551

Closed ymaheshwari1 closed 3 years ago

ymaheshwari1 commented 3 years ago

Current behavior

Sometimes all the images are displayed on the same slide and when changing the image then blank slides are displayed.

Expected behavior

Each image should be displayed on a single slide in the product gallery

Steps to reproduce the issue

  1. Set the mergeConfigurableChildren to false
  2. Merge this MR to get unique images: https://github.com/DivanteLtd/vue-storefront/pull/5094
  3. Go to ay product and then change the color

Can you handle fixing this bug by yourself?

Environment details

Additional information

Related PR: https://github.com/DivanteLtd/vue-storefront/pull/5094