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
Describe the bug
Using @storybook/addon-knobs in a storybook created with React and experiencing performance issues, especially when editing text or number. Here is a simple example of a story that I used:
Describe the bug
Using @storybook/addon-knobs in a storybook created with React and experiencing performance issues, especially when editing text or number. Here is a simple example of a story that I used:
storiesOf('Components', module) .addDecorator(withKnobs) .add('with editable text', () => <div>{text('Text', 'Some text')}</div> )
To Reproduce
Steps to reproduce the behavior:
Just go to this example storybook built in React, go to the Knobs tab, and edit the "optional" text:
https://storybooks-official.netlify.com/?path=/story/addons-knobs-withknobs--dynamic-knobs
When you start doing a mix of typing and erasing text, some of your text disappears or previously written text is suddenly added.
This storybook was the first example given for Storybook 5.0 found on the main storybook website:
https://storybook.js.org/docs/basics/live-examples/
Expected behavior
Edit the text without having some text removed or added while typing.
System:
The text was updated successfully, but these errors were encountered: