-
Notifications
You must be signed in to change notification settings - Fork 81
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
docs(storybook): Upgrade to 6.0.12 #418
Conversation
* Use built-in Typescript support * Convert to Typescript for config files * Remove Modal exported types from index.ts to silence storybook warnings. The types are still exported from Modal.ts
Hmm, if I'm changing the exports in |
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.
Oo I like the way it looks!
But yes, @ahobson this is a breaking change as written. I think the workaround is just exporting our types differently. See webpack/webpack#7378 (comment) . We can't bulk export a mixture of constants and type interfaces.
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.
Summary
warnings.
Related Issues or PRs
closes #417
How To Test
Confirm the Happo tests pass