diff --git a/frameworks/react-webpack5/src/types.ts b/frameworks/react-webpack5/src/types.ts index 1a146fa460d..da42bb49694 100644 --- a/frameworks/react-webpack5/src/types.ts +++ b/frameworks/react-webpack5/src/types.ts @@ -36,7 +36,7 @@ export interface StorybookReactConfig { framework: | string | { - name: '@storybook/react'; + name: '@storybook/react-webpack5'; options: ReactOptions; }; }