-
-
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
Args: Update ArgType type definition #24198
base: next
Are you sure you want to change the base?
Conversation
Love that. |
Hello @PavelVanecek Looks like this is causing a TS type issue:
Is this something you can take a look at? |
I will have a look |
I can't bootstrap the repository on my local anymore :/ I'm getting a wall of text when running |
Trying again! I pull branch, and run this:
I get back tons of errors (I only included what I think is relevant):
and:
I can see this in both my branch, and |
Okay I deleted every |
So I tried running:
then I found this one in circleCI failed build:
When I open the Edit: AHA the secret was to start from somewhere else:
now I'm seeing typescript errors |
Any updates on this one @PavelVanecek ? |
What I did
Updated
ArgTypes
typescript definition to reflect what is documented in https://storybook.js.org/docs/react/api/arg-typesChecklist for Contributors
Testing
The changes in this PR are covered in the following automated tests:
Manual testing
... I am embarassed to admit I couldn't figure out how to run typescript check on my computer. I'm hoping there's a CI pipeline.
Documentation
MIGRATION.MD
Checklist for Maintainers
When this PR is ready for testing, make sure to add
ci:normal
,ci:merged
orci:daily
GH label to it to run a specific set of sandboxes. The particular set of sandboxes can be found incode/lib/cli/src/sandbox-templates.ts
Make sure this PR contains one of the labels below:
Available labels
bug
: Internal changes that fixes incorrect behavior.maintenance
: User-facing maintenance tasks.dependencies
: Upgrading (sometimes downgrading) dependencies.build
: Internal-facing build tooling & test updates. Will not show up in release changelog.cleanup
: Minor cleanup style change. Will not show up in release changelog.documentation
: Documentation only changes. Will not show up in release changelog.feature request
: Introducing a new feature.BREAKING CHANGE
: Changes that break compatibility in some way with current major version.other
: Changes that don't fit in the above categories.