We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi! I've just installed the bundle and tried it out. So far the 2 icons below are working fine.
<twig:UX:Icon name="flowbite:user-solid" class="w-6 h-6"/> <twig:UX:Icon name="tabler:sun" class="w-6 h-6"/>
If I try to use a heroicon the following error appears:
<twig:UX:Icon name="heroicons:sun" class="w-6 h-6"/>
Error rendering "UX:Icon" component: The icon "heroicons:sun" does not have a width or height.
I've tried it with another icon (heroicons:sun-solid) and the same error appears. Seems to me as there is something wrong with the heroicons?
Best regards Alex
The text was updated successfully, but these errors were encountered:
Thanks i'll look at it this week-end.
Sorry, something went wrong.
@alexz707 thanks for having reported this! This will be released in the next week or two
afd29a0
bug #1688 [Icons] Fix Icon missing width/height (smnandre)
4730718
This PR was merged into the 2.x branch. Discussion ---------- [Icons] Fix Icon missing width/height | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | Issues | Fix #1687 | License | MIT Extract width height from global response attributes. Commits ------- afd29a0 [Icons] Fix Icon missing width/height
Thanks for the fast fix :)
Successfully merging a pull request may close this issue.
Hi!
I've just installed the bundle and tried it out.
So far the 2 icons below are working fine.
If I try to use a heroicon the following error appears:
Error rendering "UX:Icon" component: The icon "heroicons:sun" does not have a width or height.
I've tried it with another icon (heroicons:sun-solid) and the same error appears.
Seems to me as there is something wrong with the heroicons?
Best regards
Alex
The text was updated successfully, but these errors were encountered: