pocka / storybook-addon-vue-info

Info addon for Vue components
https://storybook-addon-vue-info.netlify.com/?path=/story/examples-basic-usage--simple-example
MIT License
164 stars 28 forks source link

Broken knobs addon #116

Closed pspaczek closed 4 years ago

pspaczek commented 4 years ago

Describe the bug https://storybook-addon-vue-info.netlify.com/?path=/story/compatibilities-storybook-addon-knobs--panel like here. when I use knobs forceRerendered was triggered just one time, after that I cant change knobs

To Reproduce Steps to reproduce the behavior:

  1. Go to https://storybook-addon-vue-info.netlify.com/?path=/story/compatibilities-storybook-addon-knobs--panel
  2. Change knobs once
  3. Change knobs second time
  4. See error

Expected behavior Knobs should be changed

Screenshots

Versions

Additional context

pocka commented 4 years ago

It doesn't happen with @storybook/vue@5.1.11. Seems like a bug on SB?

pocka commented 4 years ago

...and knobs addon works well on v5.3.0-alpha.22.

Close for now, reopen if you still have an issue after v5.3.0 stable release.