-
-
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
Controls: Fix type summary when table.type unset #26283
Conversation
@ndelangen I haven't tested the cases reported in that issue. It fixes the bug we looked at together yesterday, but that may or may not fix the bigger problem. I can take a closer look this weekend. |
OK, you might want to use both reproductions in the issue, they seem related, but are different. I suspect the second one has a completely different cause. |
@ndelangen I commented on the cause of the second issue. Self-merging this PR which fixes a bug, possibly not related to either of the issues in the linked issue. |
…summary Controls: Fix type summary when table.type unset (cherry picked from commit f0beb18)
…summary Controls: Fix type summary when table.type unset (cherry picked from commit f0beb18)
…summary Controls: Fix type summary when table.type unset (cherry picked from commit f0beb18)
…summary Controls: Fix type summary when table.type unset (cherry picked from commit f0beb18)
…summary Controls: Fix type summary when table.type unset (cherry picked from commit f0beb18)
…summary Controls: Fix type summary when table.type unset (cherry picked from commit f0beb18)
…summary Controls: Fix type summary when table.type unset (cherry picked from commit f0beb18)
…summary Controls: Fix type summary when table.type unset (cherry picked from commit f0beb18)
…summary Controls: Fix type summary when table.type unset (cherry picked from commit f0beb18)
…summary Controls: Fix type summary when table.type unset (cherry picked from commit f0beb18)
…summary Controls: Fix type summary when table.type unset (cherry picked from commit f0beb18)
…summary Controls: Fix type summary when table.type unset (cherry picked from commit f0beb18)
…summary Controls: Fix type summary when table.type unset (cherry picked from commit f0beb18)
…summary Controls: Fix type summary when table.type unset (cherry picked from commit f0beb18)
…summary Controls: Fix type summary when table.type unset (cherry picked from commit f0beb18)
…summary Controls: Fix type summary when table.type unset (cherry picked from commit f0beb18)
…summary Controls: Fix type summary when table.type unset (cherry picked from commit f0beb18)
…summary Controls: Fix type summary when table.type unset (cherry picked from commit f0beb18)
…summary Controls: Fix type summary when table.type unset (cherry picked from commit f0beb18)
…summary Controls: Fix type summary when table.type unset (cherry picked from commit f0beb18)
…summary Controls: Fix type summary when table.type unset (cherry picked from commit f0beb18)
…summary Controls: Fix type summary when table.type unset (cherry picked from commit f0beb18)
…summary Controls: Fix type summary when table.type unset (cherry picked from commit f0beb18)
…summary Controls: Fix type summary when table.type unset (cherry picked from commit f0beb18)
…summary Controls: Fix type summary when table.type unset (cherry picked from commit f0beb18)
…summary Controls: Fix type summary when table.type unset (cherry picked from commit f0beb18)
…summary Controls: Fix type summary when table.type unset (cherry picked from commit f0beb18)
…summary Controls: Fix type summary when table.type unset (cherry picked from commit f0beb18)
…summary Controls: Fix type summary when table.type unset (cherry picked from commit f0beb18)
…summary Controls: Fix type summary when table.type unset (cherry picked from commit f0beb18)
…summary Controls: Fix type summary when table.type unset (cherry picked from commit f0beb18)
…summary Controls: Fix type summary when table.type unset (cherry picked from commit f0beb18)
…summary Controls: Fix type summary when table.type unset (cherry picked from commit f0beb18)
…summary Controls: Fix type summary when table.type unset (cherry picked from commit f0beb18)
…summary Controls: Fix type summary when table.type unset (cherry picked from commit f0beb18)
…summary Controls: Fix type summary when table.type unset (cherry picked from commit f0beb18)
…summary Controls: Fix type summary when table.type unset (cherry picked from commit f0beb18)
…summary Controls: Fix type summary when table.type unset (cherry picked from commit f0beb18)
…summary Controls: Fix type summary when table.type unset (cherry picked from commit f0beb18)
Closes: #25909
What I did
When the user specifies a
type
but there is notable.type
annotation generated, display this correctly in the ArgRow componentsChecklist for Contributors
Testing
The changes in this PR are covered in the following automated tests:
See the Chromatic changes for the
ArgRow
stories🦋 Canary release
This PR does not have a canary release associated. You can request a canary release of this pull request by mentioning the
@storybookjs/core
team here.core team members can create a canary release here or locally with
gh workflow run --repo storybookjs/storybook canary-release-pr.yml --field pr=<PR_NUMBER>