We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For preview files we want something like:
import { Preview } from '@storybook/react'; const preview: Preview { decorators: [ ... ] } ; export default preview;
Similarly to #20554 we want:
Preview
There's already a PreviewAnnotations type in @storybook/csf and we just need to fill in the renderer type in each renderer
PreviewAnnotations
@storybook/csf
Originally posted by @shilman in #20554 (comment)
The text was updated successfully, but these errors were encountered:
Ta-da!! I just released https://github.com/storybookjs/storybook/releases/tag/v7.0.0-beta.54 containing PR #21205 that references this issue. Upgrade today to the @next NPM tag to try it out!
@next
npx sb@next upgrade --prerelease
Sorry, something went wrong.
Re-opening for documentation fixes & (possibly) runtime warning for old-style files
kasperpeulen
Successfully merging a pull request may close this issue.
For preview files we want something like:
Similarly to #20554 we want:
Preview
from all renderersThere's already a
PreviewAnnotations
type in@storybook/csf
and we just need to fill in the renderer type in each rendererOriginally posted by @shilman in #20554 (comment)
The text was updated successfully, but these errors were encountered: