We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, I'm using Storybook in a new project, and I'm getting this typescript error on vscode:
Object literal may only specify known properties, and '"args"' does not exist in type 'StoryProps'
Dependencies versions:
"@storybook/addon-essentials": "8.2.7", "@storybook/addon-interactions": "8.2.7", "@storybook/addon-links": "8.2.7", "@storybook/addon-styling-webpack": "^1.0.0", "@storybook/addon-svelte-csf": "^4.1.4", "@storybook/blocks": "8.2.7", "@storybook/svelte": "8.2.7", "@storybook/sveltekit": "8.2.7", "@storybook/test": "8.2.7",
I have another project, and this warning doesn't appear, versions in other project are:
"@storybook/addon-essentials": "^7.6.16", "@storybook/addon-interactions": "^7.6.16", "@storybook/addon-links": "^7.6.16", "@storybook/addon-svelte-csf": "^4.0.0", "@storybook/blocks": "^7.6.16", "@storybook/svelte": "^7.6.16", "@storybook/sveltekit": "^7.6.16", "@storybook/testing-library": "^0.0.14-next.2",
A clear and concise description of what you expected to happen.
If applicable, add screenshots and/or logs to help explain your problem.
The text was updated successfully, but these errors were encountered:
Facing the same issue
Sorry, something went wrong.
I've updated all packages to the latest versions, and this issue does not reproduce anymore
No branches or pull requests
Hello, I'm using Storybook in a new project, and I'm getting this typescript error on vscode:
Dependencies versions:
I have another project, and this warning doesn't appear, versions in other project are:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots and/or logs
If applicable, add screenshots and/or logs to help explain your problem.
Environment
The text was updated successfully, but these errors were encountered: