-
Notifications
You must be signed in to change notification settings - Fork 10
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
chore: update storybook to version 7 #2807
Conversation
🦋 Changeset detectedLatest commit: 4d046ac The changes in this PR will be included in the next version bump. This PR includes changesets to release 9 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Codecov Report
@@ Coverage Diff @@
## main #2807 +/- ##
===========================================
Coverage 100.00% 100.00%
===========================================
Files 104 105 +1
Lines 1110 6507 +5397
Branches 162 171 +9
===========================================
+ Hits 1110 6507 +5397
|
@@ -3,3 +3,6 @@ | |||
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap" | |||
rel="stylesheet" | |||
/> | |||
<script> | |||
window.global = window; |
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.
what is this for? :-O
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.
for Storybook to work correctly, without it throws an error: Uncaught ReferenceError: global is not defined at ../../node_modules/.pnpm/[email protected]/node_modules/jest-mock/build/index.js
@sebald
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.
closes #2772