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
Hi,
In our team, we discovered there is an issue related to some controls when the storybook page is reloaded or moved to the iframe view.
Basically, this error happens when defaultValues are set to the component we want to see in the storybook.
defaultValues
componentName.defaultProps = defaultProps;.
componentName.defaultProps = defaultProps;
We believe this set overwrites the controls we manage in the storybook page.
Any OS.
The issue has been tested on 6.5.10 and 7.5.3 (the latest one).
The text was updated successfully, but these errors were encountered:
Here you have a test project to check it:
Sorry, something went wrong.
Related #25035
Hi @shilman, thanks for your response, it is related but that issue is just for booleans, in this one we have the issue with every data type.
JReinhold
No branches or pull requests
Describe the bug
Hi,
In our team, we discovered there is an issue related to some controls when the storybook page is reloaded or moved to the iframe view.
To Reproduce
Basically, this error happens when
defaultValues
are set to the component we want to see in the storybook.componentName.defaultProps = defaultProps;
.We believe this set overwrites the controls we manage in the storybook page.
Screen.Recording.2023-11-21.at.16.25.17.mov
System
Additional context
The issue has been tested on 6.5.10 and 7.5.3 (the latest one).
The text was updated successfully, but these errors were encountered: