-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
bugFor issues that describe a defect or regression in the released softwareFor issues that describe a defect or regression in the released software
Description
Expected behavior
When Cart Icon is clicked and drawer opens, products should retain their uploaded images when any of the items in cart are clicked
Actual Behavior
When one of two products with an uploaded image in Cart is clicked, the other product defaults to the Basic Reaction Product image and vice versa.
Steps to Reproduce the Behavior
- Add an image to an option in the Basic Reaction Product
- Create a new product and upload an image for it.
- Publish your changes and toggle edit mode
- Add both the Basic Reaction Product that has an image and the New Product to cart
- Open your cart and click any of the product and observe that the product image of the other item defaults to no image and vice versa
PS: The following error appears in console:
TypeError: Cannot read property 'refs' of undefined
at ProductField.<anonymous> (app.js:20270)
at CallbackQueue.notifyAll (modules.js:89661)
at ReactUpdatesFlushTransaction.close (modules.js:89384)
at ReactUpdatesFlushTransaction.closeAll (modules.js:90820)
at ReactUpdatesFlushTransaction.perform (modules.js:90767)
at ReactUpdatesFlushTransaction.perform (modules.js:89414)
at flushBatchedUpdates (modules.js:89497)
at ReactUpdatesFlushTransaction.close (modules.js:89372)
at ReactUpdatesFlushTransaction.closeAll (modules.js:90820)
at ReactUpdatesFlushTransaction.perform (modules.js:90767)`
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugFor issues that describe a defect or regression in the released softwareFor issues that describe a defect or regression in the released software