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
Trying to create Astro components using astro-feather icons as a prop but doesn't work as a JSX component or a direct function.
Trying with a JSX syntax:
Error: Expected ">" but found "/"
Trying with a function syntax:
Error: Invalid arguments passed to component.
Astro components cannot be rendered directly via function call, such as Component() or {items.map(Component)}. Docs reference
The text was updated successfully, but these errors were encountered:
Description
Trying to create Astro components using

astro-feather
icons as a prop but doesn't work as a JSX component or a direct function.Trying with a JSX syntax:
Error: Expected ">" but found "/"
Trying with a function syntax:
Error: Invalid arguments passed to component.
Astro components cannot be rendered directly via function call, such as Component() or {items.map(Component)}.
Docs reference
The text was updated successfully, but these errors were encountered: