-
-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Sprite component compat with Astro v1.0.0
- Loading branch information
Nate Moore
committed
Apr 5, 2022
1 parent
60fb5d0
commit 147001e
Showing
2 changed files
with
9 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"astro-icon": patch | ||
--- | ||
|
||
Fix `Sprite` component for Astro v1.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
--- | ||
import Spritesheet from './Spritesheet.astro' | ||
const content = await Astro.slots.render('default'); | ||
--- | ||
|
||
<Fragment> | ||
<slot /> | ||
<Spritesheet /> | ||
</Fragment> | ||
<Fragment set:html={content} /> | ||
<Spritesheet /> |
147001e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
api-astroicon – ./packages/service
api-astroicon-git-main-nmoo.vercel.app
api.astroicon.dev
api-astroicon-nmoo.vercel.app
147001e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
astroicon – ./packages/www/
astroicon-git-main-nmoo.vercel.app
www.astroicon.dev
astroicon.dev
astroicon-nmoo.vercel.app
astro-icon-www.vercel.app