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
There was possibility to import IStory interface from "@storybook/angular" before (if I'm not mistaken it is still possible in v5.0.6). In the latest versions there is no such import available. It looks like proper replacement could be StoryFnAngularReturnType, but it is used internally and not exported from the root of "@storybook/angular" and only could be retrieved by import { StoryFnAngularReturnType } from "@storybook/angular/dist/client/preview/types"; which is not a proper way.
Below is the code snippet where we used IStory before:
Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. Unfortunately, we don't have time to get to every issue. We are always open to contributions so please send us a pull request if you would like to help. Inactive issues will be closed after 30 days. Thanks!
There was possibility to import
IStory
interface from"@storybook/angular"
before (if I'm not mistaken it is still possible in v5.0.6). In the latest versions there is no such import available. It looks like proper replacement could beStoryFnAngularReturnType
, but it is used internally and not exported from the root of"@storybook/angular"
and only could be retrieved byimport { StoryFnAngularReturnType } from "@storybook/angular/dist/client/preview/types";
which is not a proper way.Below is the code snippet where we used
IStory
before:System:
"@storybook/*": "5.2.4"
The text was updated successfully, but these errors were encountered: