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

A flexible playground for live editing React components

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

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.0 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...

dependencies

The current type definition for `LiveEditor` doesn't include props that are [passed through to `react-simple-code-editor`](https://github.com/FormidableLabs/react-live/blob/master/src/components/Editor/index.js#L87). This prevents TypeScript consumers from using props like `padding`. This PR updates the type definition...

@kitten @sofiapoh Is there a reason for using an exact version of `buble`? I'd like to be able to pick up this commit https://github.com/bublejs/buble/commit/3a1e5d158d371362681e5765f224d5331fb9b2d2 from the latest release. Prior to...

Addresses issue #179 : existing focus trap handling is built into `react-simple-code-editor`, this PR surfaces that information in the README and provides further suggestions if a user would like to...

Missing peer dependencies cause package managers to incorrectly hoist packages, causing subtle breakages particularly hard to debug.

Hi! Looks like when you use undefined JS object or its method, error will be normally caught: e.g. `code= {'some.method'}` will correctly render error with `ReferenceError: some is not defined`...

Hello, I tried using TypeScript code and it does not seem to work ```tsx () => { const person: {name: string} = {name: "Sam"} return So functional. Much wow! }...

```javascript // I use the lib as follow import {LiveProvider, LiveEditor, LiveError, LivePreview} from 'react-live' ``` I have read the rollup.config.js of this lib and I saw ```javascript { output:...

I'm not sure whether `async` functions should be working in the `LiveEditor` or not, but when I have that syntax, I get this error in the `LiveError`: "SyntaxError: Unexpected identifier"...