Alex Reddon
Results
1
issues of
Alex Reddon
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...