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
When I try to get a specific tag for rx.icon() from the Lucide website, I get an error.
If you use icons such as: house or binoculars. The server throws an error.
Test code rx.link( rx.icon(tag="house", color="red"), href="/hotels", ),
Terminal result
ValueError: Invalid icon tag: house. Please use one of the following: a_arrow_down, a_arrow_up, a_large_small, accessibility, activity, air_vent, airplay, alarm_clock, alarm_clock_check, alarm_clock_minus, alarm_clock_off, alarm_clock_plus, alarm_smoke, album, align_center, align_center_horizontal, align_center_vertical, align_end_horizontal, align_end_vertical, align_horizontal_distribute_center, align_horizontal_distribute_end, align_horizontal_distribute_start, align_horizontal_justify_center, align_horizontal_justify_end, align_horizontal_justify_start, ...
See full list at https://lucide.dev/icons.
The text was updated successfully, but these errors were encountered:
When I try to get a specific tag for rx.icon() from the Lucide website, I get an error.
If you use icons such as: house or binoculars. The server throws an error.
Test code
rx.link( rx.icon(tag="house", color="red"), href="/hotels", ),
Terminal result
The text was updated successfully, but these errors were encountered: