-
Notifications
You must be signed in to change notification settings - Fork 585
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
convert more to typescript #292
Conversation
@winkerVSbecks any idea why auto has decided to stop publishing? it worked last week, I think |
@ndelangen you need add a label: major, minor or patch |
@ndelangen Actually it's complaining about OTP https://github.com/storybookjs/design-system/runs/3400303114?check_suite_focus=true Did you change the settings for this package on npm? |
export const TooltipNote = ({ | ||
note, | ||
...rest | ||
}: Props & Omit<ComponentProps<typeof Note>, 'children'> & { children?: never }) => { |
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.
Nice! Wasn't aware of this never
type
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.
Thanks for converting all these files!
I didn't change it, no.. |
🚀 PR was released in |
Convert more components to typescript, so we get proper typings
📦 Published PR as canary version:
5.6.9-canary.292.eb1b9b5.0
✨ Test out this PR locally via:
npm install @storybook/design-system@5.6.9-canary.292.eb1b9b5.0 # or yarn add @storybook/design-system@5.6.9-canary.292.eb1b9b5.0