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
The final example in the post on using astro's Fragment component has an unclear code example → rendered output.
The example using <Fragment slot="title">Chris Vaillancourt</Fragment> should more obviously map to the rendered <span>: i.e. <span class="text-xl font-bold sm:text-2xl"> The Title </span>
The text was updated successfully, but these errors were encountered:
The final example in the post on using astro's Fragment component has an unclear code example → rendered output.
The example using
<Fragment slot="title">Chris Vaillancourt</Fragment>
should more obviously map to the rendered<span>
: i.e.<span class="text-xl font-bold sm:text-2xl"> The Title </span>
The text was updated successfully, but these errors were encountered: