-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
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
Angular: Convert angular-cli stories to CSF #7668
Conversation
This pull request is being automatically deployed with ZEIT Now (learn more). 🔍 Inspect: https://zeit.co/storybook/monorepo/9ne7rj16p |
}, | ||
}); | ||
|
||
actionOnly.story = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a way to type this? In strict: true
you most likely have to
export const actionOnly: any
in order to call .story
Maybe actionOnly: Story = () => { ... }
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@igor-dv angularshots seems to be failing on this PR and i can repro on my dev machine. any chance you can take a look for me? i think it's angular-specific since |
Self-merging |
Issue: #7101
What I did
Ran
sb migrate storieof-to-csf
and minor touchupHow to test