Magento – Failed to load the “Magento_GiftMessage/js/view/gift-message” component in magento 2

cartgiftmessagemagento2magento2.3.2

On cart page I am getting this error in console:

Failed to load the "Magento_GiftMessage/js/view/gift-message" component

When I disable the module Magento_GiftMessage is working but it effect some where.

Best Answer

I had checkout_cart_index.xml copied to my theme folder and which was causing the issue, upon removing the file from theme folder it removed the error. Just copy the components from vendor to theme checkout_cart_index.xml which require changes.