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.
I've discovered, that if an icon is passed directly into a component using the
q:slotdirective, 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 aq:slot. This leads to a lot of unneccesary and messy code.