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
Describe the bug When you change the control values on the Docs-Tab, nothing is changing on the story-component.
Docs
BUT
Those changes are applied on the Canvas-Tab.
Canvas
To Reproduce Steps to reproduce the behavior:
ng new app-name
cd app-name
npx sb init
npm run storybook
Button
backgroundColor
label
Expected behavior
The changed values in the controls are updated on the Docs-Tab's component.
Screenshots If applicable, add screenshots to help explain your problem.
Code snippets If applicable, add code samples to help explain your problem.
System: Environment Info:
System: OS: macOS 10.15.4 CPU: (4) x64 Intel(R) Core(TM) i7-5650U CPU @ 2.20GHz Binaries: Node: 12.13.1 - /usr/local/bin/node Yarn: 1.17.3 - /usr/local/bin/yarn npm: 6.12.1 - /usr/local/bin/npm npmPackages: @storybook/addon-actions: ^6.0.10 => 6.0.10 @storybook/addon-essentials: ^6.0.10 => 6.0.10 @storybook/addon-links: ^6.0.10 => 6.0.10 @storybook/angular: ^6.0.10 => 6.0.10
Additional context
Tried it on Vivaldi, Chrome & Firefox, same issue on all browsers.
I didn't find any other opened issues for this.
The text was updated successfully, but these errors were encountered:
Closing as dupe to #11908
Sorry, something went wrong.
No branches or pull requests
Describe the bug
When you change the control values on the
Docs
-Tab, nothing is changing on the story-component.BUT
Those changes are applied on the
Canvas
-Tab.To Reproduce
Steps to reproduce the behavior:
ng new app-name
cd app-name
npx sb init
npm run storybook
Button
click onDocs
at the topbackgroundColor
orlabel
Expected behavior
The changed values in the controls are updated on the
Docs
-Tab's component.Screenshots
If applicable, add screenshots to help explain your problem.
Code snippets
If applicable, add code samples to help explain your problem.
System:
Environment Info:
System:
OS: macOS 10.15.4
CPU: (4) x64 Intel(R) Core(TM) i7-5650U CPU @ 2.20GHz
Binaries:
Node: 12.13.1 - /usr/local/bin/node
Yarn: 1.17.3 - /usr/local/bin/yarn
npm: 6.12.1 - /usr/local/bin/npm
npmPackages:
@storybook/addon-actions: ^6.0.10 => 6.0.10
@storybook/addon-essentials: ^6.0.10 => 6.0.10
@storybook/addon-links: ^6.0.10 => 6.0.10
@storybook/angular: ^6.0.10 => 6.0.10
Additional context
Tried it on Vivaldi, Chrome & Firefox, same issue on all browsers.
I didn't find any other opened issues for this.
The text was updated successfully, but these errors were encountered: