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
Our frontend developers have some trouble working with the \Hyva\Theme\ViewModel\SvgIcons::renderHtml method.
They didn't know why the old SVG file was rendered in the HTML after editing the SVG file contents.
They had disabled the browser cache, Magento block cache and the full-page cache, but still the old file contents were shown.
Even running bin/magento cache:clean didn't help.
It turns out that the results are stored in the Magento object cache using the HYVA_ICONS cache tag.
However, there is no way to clear the items with this cache tag, except for flushing the cache completely using bin/magento cache:flush.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: