-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
[Bug]: Code block does not react to controls changes for Vue components #23132
Comments
@chakAs3 is this something you can take a look at? seems like it is likely related to the recent vue3 reactivity changes |
Thanks for checking @chakAs3--great to know this is vue2 issue! |
yes, actually there are other little issues, dated that I planned to look at. |
Thanks for the fix! I can confirm that this seems to have been resolved in the latest version (upgrading to v7.3 as of writing this). |
Welcome @paulgv |
Describe the bug
In docs pages, interacting with the default story's controls does not have any effect on the source code block. The story itself does re-render properly to reflect the controls' state. But the code block seems to be stuck on the initial values.
To Reproduce
https://gitlab-org.gitlab.io/gitlab-ui/?path=/docs/base-alert--docs
Expand the default story's code and interact with controls below.
System
Additional context
This used to work in older versions of Storybook, but I don't remember what exact version that was. Likely Storybook 6 though.
Tried Storybook v7.1.0-alpha.36 as well, the issue is still there.
The text was updated successfully, but these errors were encountered: