Skip to content

Commit

Permalink
fix: wrong props for StoryblokComponent
Browse files Browse the repository at this point in the history
  • Loading branch information
ridem committed Dec 15, 2022
1 parent 84e5542 commit 2f76a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/StoryblokComponent.astro
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import type { SbBlokData } from "./types";
interface Props {
blok: SbBlokData;
props: object;
[prop: string]: unknown;
}
const { blok, ...props } = Astro.props;
Expand Down

0 comments on commit 2f76a82

Please sign in to comment.