Skip to content

Commit e2fc300

Browse files
committed
fix infra tests
1 parent 671e6a7 commit e2fc300

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/storybook/addons/framework-selector/FrameworkSelectorDecorator.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ const getIframeSrc = (id: string, args: argsType) => {
6060

6161
// eslint-disable-next-line ibexa/max-lines-per-function-jsx
6262
const FrameworkSelectorDecorator = (
63-
StoryFn: StoryFunction<Renderer>,
64-
context: StoryContext<Renderer>,
63+
StoryFn: StoryFunction,
64+
context: StoryContext,
6565
): Renderer['storyResult'] | React.JSX.Element => {
6666
const [globals] = useGlobals();
6767
const [args] = useArgs();

0 commit comments

Comments
 (0)