storybook-addon-react-live-edit
storybook-addon-react-live-edit copied to clipboard
Fixes issue when you have multiple addons where they appear at the same time.
Reraising https://github.com/vertexbz/storybook-addon-react-live-edit/issues/2 which was closed as I am still experiencing the problem.
Steps to reproduce the issue:
- Create storybook with
storybook-addon-react-live-edit addon
plus another addon, for example knobs. Have live-edit as the first addon. - Load storybook, the live-edit addon is loaded, click on the knobs tab. Actual: live-edit does not unload, both addons display Expected: When live-edit is not the active addon tab it should not display.
@vertexbz what do you think?