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

A flexible playground for live editing React components

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

Line 51 `fontFamily: "inherit"` https://github.com/FormidableLabs/react-live/blob/e21fd338e61641b1960d1f3650d6ba7482ceae03/src/components/Editor/index.js#L48-L51 Will override Prism theme https://github.com/PrismJS/prism/blob/0d4b6cb64e72a172fc64423c04aed4ac8b59cd0b/themes/prism.css#L12 Further, why not let users define all the style (margin, outline, padding, fontFamily) by themself through `className`? This way, React...

When supplying the `theme` to the `LiveProvider`, the styles it contains are incorrectly disregarded. See the following [line](https://github.com/FormidableLabs/react-live/blob/master/src/components/Editor/index.js#L52). `props.className` is coming in as undefined, while `_style` object contains `theme.plain` and...

When modifying code on the fly, it would be very useful to have prettier format the code. I'd be happy to solve my own problem if someone can guide on...

how to use rxjs in react-live?

How can i do?when the code beyond the textarea elements‘ borders,and i can’t edit it。Please,help me!

When copying the first snippet from the usage [section](https://github.com/FormidableLabs/react-live#usage) and replace the provided code by the one in the [gif](https://user-images.githubusercontent.com/17658189/63181897-1d67d380-c049-11e9-9dd2-7da2a3a57f05.gif) from the top of the README, I get an "Error:...

Hi folks! I noticed that because the "tab" key is used for indentation, it becomes a [focus trap](https://medium.com/@im_rahul/focus-trapping-looping-b3ee658e5177) for users navigating with the keyboard. It looks like this was [addressed...

bug

Hello, Thanks for releasing `3.0.0`, it looks great! Following #281, I can see how having a codesandbox link can really help with bug reports. I am currently trying out `3.0.0`...

I need a way to get the `Error` object instead of just rendering it through ``. I couldn't find a way to do this so I thought I'd add simple...