-
-
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
@storybook/[email protected] moduleMetadata is not rerendering scene #7002
Comments
can I implement the story in a different way? Is this unintended behaviour? |
this is still present in |
can anybody provide feedback for this one? |
Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. Unfortunately, we don't have time to get to every issue. We are always open to contributions so please send us a pull request if you would like to help. Inactive issues will be closed after 30 days. Thanks! |
where can I start to look for a change wich introduced this behavior. I'm not understanding the codebase enough to fix this myself |
@alexan You can look in the CHANGELOG to see every Agnular-related change that's been merged https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md |
ok I checked the versions and #6094 introduced this behavior. I will investigate further. My code relies on angular re rendering the scene. I will investigate further. |
@jonrimmer do you think it would be possible to add a parameter to a knob which tells storybook to rerender the sceene on change or not? switching this parameter did not change anything
I also experimented with |
@alexan you are not alone) I'm also experiencing the exactly same issue. And can confirm that calling
|
Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. Unfortunately, we don't have time to get to every issue. We are always open to contributions so please send us a pull request if you would like to help. Inactive issues will be closed after 30 days. Thanks! |
Hey there, it's me again! I am going close this issue to help our maintainers focus on the current development roadmap instead. If the issue mentioned is still a concern, please open a new ticket and mention this old one. Cheers and thanks for using Storybook! |
Describe the bug
I'm using moduleMetadata to mock some services in angular stories via knobs. After updating to storybook 5.1, storybook does update the value from the knob via the service
To Reproduce
I prepared a repo containing a story wich works with storybook 5.0.11 but doesn't with 5.1.3
https://github.com/alexan/storybook-module-metadata
https://github.com/alexan/storybook-module-metadata/tree/storybook-5.0
storybook-5.0
branchExpected behavior
storybook 5.1 should behave a 5.0.x
Screenshots
Storybok 5.1.x:
Storybook 5.0.x:
Code snippets
here is the story used in the repository
System:
The text was updated successfully, but these errors were encountered: