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
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.
The text was updated successfully, but these errors were encountered:
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 aq:slot
. This leads to a lot of unneccesary and messy code.The text was updated successfully, but these errors were encountered: