icons
icons copied to clipboard
Icons dissapear if passed in as a q:slot
I've discovered, that if an icon is passed directly into a component using the q:slot
directive, it will dissapear on the next UI update. The only way to avoid this is to wrap the icon in a <div>
and pass the div as a q:slot
. This leads to a lot of unneccesary and messy code.