Skip to content

Commit

Permalink
fix: [object Generator] error
Browse files Browse the repository at this point in the history
Output raw value fixes [object Generator]
  • Loading branch information
theisel committed Sep 25, 2022
1 parent 752e5ec commit 0329730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astro-portabletext/components/Raw.astro
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ export interface Props {
const { value } = Astro.props;
---

<Fragment set:html={value} />
{value}

0 comments on commit 0329730

Please sign in to comment.