-
-
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
Controls Addon - Vue - Update property without re-rendering story #15567
Comments
That repository doesn't appear to include Storybook, did you forget to check something in? |
Ops sorry, pushed right version
|
It does seem like vue3 isn't behaving as it "should" here @shilman. |
Can confirm this |
Can I add that the source code block in the docs tab doesn't appear automatically? |
Are there any workarounds currently for this? Sadly, this makes controls much less unusable. 6.4.0-alpha.34 here. |
Encountering this as well. It breaks any reactivity related to props changes. At first I thought I wasn't migrating from Vue2 to Vue3 correctly 😅 |
Ooh-la-la!! I just released https://github.com/storybookjs/storybook/releases/tag/v7.0.0-beta.32 containing PR #20712 that references this issue. Upgrade today to the
|
Describe the bug
When updating vue props thorugh Controls the component remount (mounted lifecycle method relaunched)
To Reproduce
https://github.com/rtrap-rsi/vue-storybook-remount-issue
The text was updated successfully, but these errors were encountered: