Closed
Description
Preconditions (*)
- Magento 2.3.3 or 2.3-develop
Steps to reproduce (*)
- Create Configurable product
- Go to this product on frontend
- Add this product to cart,
- In the mini cart or on the cart page click on "Edit" (
) icon
- Open Google Chrome Developer tools
Expected result (*)
- You should not see any JS errors
- Already selected configurable option should be selected
Actual result (*)
- We have JS error
Uncaught TypeError: Cannot read property 'find' of undefined
at $.<computed>.<computed>.updateMsrpPrice (msrp.js:355)
at $.<computed>.<computed>.updateMsrpPrice (widget.js:100)
at $.<computed>.<computed>.onUpdateMsrpPrice (msrp.js:333)
at $.<computed>.<computed>.onUpdateMsrpPrice (widget.js:100)
at HTMLDocument.dispatch (jquery.js:5232)
at HTMLDocument.elemData.handle (jquery.js:4884)
at Object.trigger (jquery.js:5136)
at Object.jQuery.event.trigger (jquery-migrate.js:633)
at HTMLDocument.<anonymous> (jquery.js:5866)
at Function.each (jquery.js:376)