Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 to 6.2.9 #18693
Migrate storybook to 6.2.9 #18693
Changes from all commits
df00dc0
704f2e2
4e2898c
0501c6f
8050fae
fd72afd
528e246
0d1b1d9
1990505
4764ee5
c550c17
076a03b
b0d14fa
060fd1a
8a652de
573bdc8
0851937
0e2da26
74e02e3
05ad646
b6f4d2e
968ee6d
28da3c1
387d762
c466480
b5b9a94
26e055b
148907d
1d9acb6
63f3422
0e80abb
83ac9ed
8802131
7814d32
b337471
bb17948
677a750
4fbc960
14f7a08
5551645
a9cf49c
50d4cbf
0a03584
8797c07
2ebdab9
37bf1be
38e74b5
43ed940
d93c6ea
6c7d61c
7b9c974
640c4d3
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
withInfo
was replaced by some addon ?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.
As of now, i haven't added anything to replace it yet. Since
addon-info
is deprecated, it was not playing nice with the new storybook webpack5 builder so Elizabeth and I decided to remove it for now (see here)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.
sounds good, vNext uses storybook Docs anyways with typescript doc generation
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.
with that we can also remove our manual typings (can be done in separate PR)
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.
I'll create a separate issue for this!
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.
q: is this a know limitation (to explicitly provide CJS storybooks output) ? I mean we don't run tests on stories do we?
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.
Not sure about the limitation but this is a known issue (see here) that's supposed to have been fixed in
6.3.x
. Tests were written for theutils.tsx
file in react-examples/react-components/Migrations (see file here) which caused the initial failure.