After Upgrade to Magento 2.4.7 , my Minicart stop showing products,
I check my overridden theme file : app\design\frontend\vendor\theme\Magento_Checkout\web\template\minicart\content.html
and it was perfect not any tag is closed like this : "/>"
after some debug I found that this will not render :
<each args="$parent.getRegion($parent.getItemRenderer(item.product_type))" render="{name: getTemplate(), data: item, afterRender: function() {$parents[1].initSidebar()}}"></each> this will not render the cart items I think !!
can anyone help me about this ?