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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The [Card component] renders blog posts in card view. Suppose the
description
field of blog posts contains html like this:Normally, Astro can be configured to parse that html by setting
set:html
on a html tag:However, this Card component is JSX so it will throw an error:
This is a common error warning (example because
set:html
is not a valid attribute on adiv
element.What can I do about it?
What can I do about it?
Beta Was this translation helpful? Give feedback.
All reactions