You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it throws an error in the console
if I go to root story first, reload the page and then go to the nested story. It does not throw the error, but the select knob does not work: when I change the selection, it does not update the component and returns the selection to the initial value in a half of a second or so.
To Reproduce
on Vue project:
storiesOf('Chart', module)
.add('root story with select works', ...)
storiesOf('Chart / series', module)
.add('nested story with select does not work', ...)
Expected behavior
Should work both on root and nested stories and do not throw emit error in the console
Describe the bug
When I use
select
knob in a nested story:it throws an error in the console
if I go to root story first, reload the page and then go to the nested story. It does not throw the error, but the
select
knob does not work: when I change the selection, it does not update the component and returns the selection to the initial value in a half of a second or so.To Reproduce
on Vue project:
Expected behavior
Should work both on root and nested stories and do not throw
emit
error in the consoleScreenshots
this._channel
is undefinedSystem:
"@storybook/addon-knobs": "^5.0.11",
"@storybook/vue": "^5.0.11
The text was updated successfully, but these errors were encountered: