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
Is your feature request related to a problem? Please describe.
The Storybook stories format has not yet been fully migrated to the new format, hence Storybook complaints in the browser console with the following:
CSF .story annotations deprecated; annotate story functions directly:
- StoryFn.story.name => StoryFn.storyName
- StoryFn.story.(parameters|decorators) => StoryFn.(parameters|decorators)
See https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#hoisted-csf-annotations for details and codemod.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The Storybook stories format has not yet been fully migrated to the new format, hence Storybook complaints in the browser console with the following:
The text was updated successfully, but these errors were encountered: