You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Replace your-framework with the framework you are using (e.g., react-webpack5, vue3-vite)
import type { StorybookConfig } from '@storybook/your-framework';
const config: StorybookConfig = {
for .storybook/main.ts, but no equivalent for preview.ts(x).
Describe the problem
https://storybook.js.org/docs/configure/integration/typescript has
for
.storybook/main.ts
, but no equivalent forpreview.ts(x)
.https://storybook.js.org/docs/configure#configure-story-rendering should probably include it as well.
I finally found it in https://storybook.js.org/docs/writing-stories/parameters#global-parameters.
Additional context
No response
The text was updated successfully, but these errors were encountered: