Skip to content

Commit 2904bbc

Browse files
committed
fix: use correct components in storybook story
1 parent 5e791d9 commit 2904bbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stories/usePropsExplorer.stories.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default {
1010
};
1111

1212
const Template = args => {
13-
const propTypes = usePropsExplorer({ component: TypeScriptComponent });
13+
const propTypes = usePropsExplorer({ component: args.component });
1414

1515
return (
1616
<div>

0 commit comments

Comments
 (0)