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 was developing this Astro project in which I needed a stack-like icon. So I head over to https://icones.js.org/collection/all (BTW, big thanks to @antfu) and found heroicons-outline:rectangle-stack, But when I tried to use it alongside the other icons using the <Icon /> component, it didn't show up. I inspected the icon and found Failed to load "heroicons-outline:rectangle-stack"! title in the SVG tag, as if the name of the icon was wrong or something. I also tested some other icons such as heroicons-outline:circle-stack or material-symbols:full-stacked-bar-chart and the same happened. Something seems to be wrong with the word stack. Anyway, I fixed my problem using conditional rendering since I only needed this one problematic icon, but hope you solve this issue soon.
The text was updated successfully, but these errors were encountered:
Hi and thanks for this good plugin
I was developing this Astro project in which I needed a stack-like icon. So I head over to https://icones.js.org/collection/all (BTW, big thanks to @antfu) and found
heroicons-outline:rectangle-stack
, But when I tried to use it alongside the other icons using the<Icon />
component, it didn't show up. I inspected the icon and found Failed to load "heroicons-outline:rectangle-stack"! title in the SVG tag, as if the name of the icon was wrong or something. I also tested some other icons such asheroicons-outline:circle-stack
ormaterial-symbols:full-stacked-bar-chart
and the same happened. Something seems to be wrong with the word stack. Anyway, I fixed my problem using conditional rendering since I only needed this one problematic icon, but hope you solve this issue soon.The text was updated successfully, but these errors were encountered: