-
Notifications
You must be signed in to change notification settings - Fork 6
Upgrade to Storybook 10.1 #396
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
base: next
Are you sure you want to change the base?
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## next #396 +/- ##
========================================
+ Coverage 6.03% 6.16% +0.13%
========================================
Files 168 161 -7
Lines 14284 13934 -350
Branches 300 293 -7
========================================
- Hits 862 859 -3
+ Misses 13341 12998 -343
+ Partials 81 77 -4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…ure ariaLabel prop is present
…ure ariaLabel prop is present
e46307b to
32f9d6a
Compare
| export default { | ||
| ...config, | ||
| managerEntries: [require.resolve('./manager.tsx')], | ||
| managerEntries: [fileURLToPath(import.meta.resolve('./manager.tsx'))], | ||
| }; |
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.
This looks a lot like a preset file, is it? Hard to tell from just looking at the diff.
If it is, can we rename it to preset.ts?
This is a breaking change. Due to dependency on Storybook 10.1 components, it is incompatible with Storybook 10.0 or before.