react-live icon indicating copy to clipboard operation
react-live copied to clipboard

A flexible playground for live editing React components

Results 88 react-live issues
Sort by recently updated
recently updated
newest added

Has anyone investigated or played around with making a Storybook addon so that this could be included on all Storybook stories rather than individually adding it? If not, would there...

Not sure if this was intentional or not, but since 2.0.0 react-live has not worked with React 15. There's nothing mentioned in the changelog for 2.0.0 about any dropped support,...

I have this demo working fine in a normal react environment, but when I try it in react-live, it behaves differently. [Working fine in codesandbox](https://codesandbox.io/s/beautiful-cartwright-4j14t) Now when I try this...

Going against the intuition of css specificity, a global font style set by the user of `react-live` can override the local `element.style` attribute. This is most noticeable when the global...

I'm getting garbled text when I select text: ![Screenshot from 2019-10-09 19-37-13](https://user-images.githubusercontent.com/83857/66534889-89583c80-eacc-11e9-9cea-6844f27c507a.png) It seems like it happens when there are spaces in the code. It removes blank lines, and I...

In buble dependence, in magic-string, package sourcemap-codec have this issue: https://github.com/Rich-Harris/sourcemap-codec/issues/73 So, every time I use react-live I have this warning: ``` Module Warning (from node_modules/source-map-loader/index.js): (Emitted value instead of...

fix #28 #73 when code changed,trigger to sync with context。

Because react-live relies on the Node version of prismjs, it's unable to use many prism plugins which rely on the DOM. As discussed over on their repo, there aren't definite...

enhancement

Some ability to enable warnings to be displayed inside LiveError component.

enhancement
help wanted