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
export default { title: 'Title, args: {foo: null} };
leads to following error in preview:
Cannot read property 'defaultValue' of undefined
This is especially painful in connection with #12729
It only reproduces if you don't use docs addon
The text was updated successfully, but these errors were encountered:
This is the same underlying issue as #12540, although I haven’t tried what would happen to this in the Storybook UI.
Sorry, something went wrong.
Gadzooks!! I just released https://github.com/storybookjs/storybook/releases/tag/v6.1.0-beta.3 containing PR #13029 that references this issue. Upgrade today to the @next NPM tag to try it out!
@next
npx sb upgrade --prerelease
Closing this issue. Please re-open if you think there's still more to do.
Yowza!! I just released https://github.com/storybookjs/storybook/releases/tag/v6.1.0-beta.6 containing PR #13051 that references this issue. Upgrade today to the @next NPM tag to try it out!
shilman
No branches or pull requests
leads to following error in preview:
This is especially painful in connection with #12729
It only reproduces if you don't use docs addon
The text was updated successfully, but these errors were encountered: