-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Migrate @storybook/addon-storysource to strict ts #22367
Conversation
e3dbf7b
to
661737e
Compare
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! I left some feedback :)
3069cc1
to
7f6f858
Compare
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.
LGTM! You seem to only need to update the lock file to pass the build.
@kasperpeulen Updated lock file, and all unit tests passed |
c2f2232
to
a4d58f5
Compare
Issue #22176
What I did
Adjust the code so that the package allows strict typing.
How to test
Run
yarn check
on @storybook/addon-viewbook directory.Checklist
MIGRATION.MD
Maintainers
make sure to add the
ci:merged
orci:daily
GH label to it.["cleanup", "BREAKING CHANGE", "feature request", "bug", "documentation", "maintenance", "dependencies", "other"]