You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additional context:
Apparently, the ProductForm component is mounted twice, and the second time it displays the state of the first variant, despite the fact that another varianr is selected. https://i.imgur.com/9InrT4a.png
Hydrogen version: 1.6.4
Node version: 18.12.1
Device details: the problem is observed on different devices
The text was updated successfully, but these errors were encountered:
When changing the availability of a product variant to "in stock", the product page displays "out of stock"
Steps to reproduce:
Expected result:
For a product variant with positive availability, an "add to cart" button will be displayed
Actual result:
After refreshing the page, the correct information is displayed at first, but then the status of the variant changes to "out of stock".
Video demonstration of the bug:
https://www.loom.com/share/05f0d32b17c8437b888ce3f8ddc49ac0
Additional context:
Apparently, the ProductForm component is mounted twice, and the second time it displays the state of the first variant, despite the fact that another varianr is selected. https://i.imgur.com/9InrT4a.png
The text was updated successfully, but these errors were encountered: