Skip to content

Commit 01c7e0d

Browse files
committed
Merge branch 'feat/refactor-svelte-renderer-types' of https://github.com/xeho91/storybook into feat/refactor-svelte-renderer-types
2 parents d428a27 + 480f8b0 commit 01c7e0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/renderers/svelte/src/__test__/composeStories/CustomRenderComponent.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import Button from './Button.svelte';
33
import type { ComponentProps } from 'svelte';
44
5-
const { buttonProps }: { buttonProps: ComponentProps<typeof Button> } = $props();
5+
let { buttonProps }: { buttonProps: ComponentProps<typeof Button> } = $props();
66
</script>
77

88
<div>

0 commit comments

Comments
 (0)