-
-
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
Vite: Fix missing @storybook/global dependency #22700
Conversation
HI @ndelangen i had an issue with this yesterday, May i review it and merge it if it works fine |
Yes, and Yes! @chakAs3 ! ❤️ |
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.
@ndelangen Fix looks reasonable, but how to test? The sandbox seems to be working fine even without the change.
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.
Looks correct to me.
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.
Merging since this looks reasonable, but would be nice to have a test for this in the monorepo somehow
I think to test it out, you'd need to start up a sandbox with |
…al-dep Vite: Fix missing @storybook/global dependency
Closes #22695
What I did
This package is referenced in the code, but there was no dependency in the package.json
How to test
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"]