storybook-addon-react-live-edit icon indicating copy to clipboard operation
storybook-addon-react-live-edit copied to clipboard

storybook.js addon providing live react story editing and preview

Results 28 storybook-addon-react-live-edit issues
Sort by recently updated
recently updated
newest added

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...

dependencies

Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4. Changelog Sourced from websocket-extensions's changelog. 0.1.4 / 2020-06-02 Remove a ReDoS vulnerability in the header parser (CVE-2020-7662, reported by Robert McLaughlin) Change license from...

dependencies

How to configure it globally for all stories in config.js using `addDecorator` while using it with `@storybook/react` v5+? I have imported all stories in config.js like this: `var stories =...

I am able to set up the add-on successfully but the Live Editor panel is blank for me. Please help!!! ![image](https://user-images.githubusercontent.com/26750105/77161913-24dcd880-6a81-11ea-9764-6147c719d1ba.png)

Hi, the [`package.json`](https://github.com/vertexbz/storybook-addon-react-live-edit/blob/master/package.json) specifies `devDependencies` of `"@storybook/react": "^3.4.11"` and `peerDependencies` of `"@storybook/react": "^3"`. As `@storybook/react` is now in the `5.x.x` version range, can you please check for compatibility and release...

whenever I switch the to a different addon tab and come back to the Liveedit tab in the storybook, the Live edit becomes empty. It reappears when I reload the...

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:** 1. Create storybook with `storybook-addon-react-live-edit addon` plus another addon, for example knobs. Have...

The act of typing into the live edit panel causes my component to fail rendering. This is expected because partway through typing my component declaration may be invalid. Initial: ```...