{"section":"known-issues","requestedLocale":"en","requestedSlug":"the-productimage-component-doesnt-update-its-images-based-on-sku-specifications-change","locale":"en","slug":"the-productimage-component-doesnt-update-its-images-based-on-sku-specifications-change","path":"docs/en/known-issues/Store Framework/the-productimage-component-doesnt-update-its-images-based-on-sku-specifications-change.md","branch":"main","content":"## Summary\n\n\n\nWhen a product has more than one specification, and the user changes the specification selection, the ProductImage component will not change its images based on the change of the related selection.\n\nThe SKUSelector component compares the itemId (string returned from the product.items array) with the selectedImageVariationSKU (string returned from the skuSelector that is an object returned from the context) to present the correct image after the user selection, so if the skuSelector.selectedImageVariationSKU does not update; the value will remain with the previous state and will not update the image displayed on the screen inside the ProductImage component.\n\nThis also affects the image on SKU Selector, as they use the same variables. It was noticed that after selecting an SKU and loading the page in the website URL, selectedImageVariationSKU would remain with the previous state and not update the image displayed on the screen.\n\n\n##\n\n## Simulation\n\n\nEvidence: https://youtu.be/qr4-uTRFwcY\n\n\n##\n\n## Workaround\n\n\nN/A"}