We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ff7b97 commit 9e6e0bdCopy full SHA for 9e6e0bd
src/components/CodeEditor/CodeEditor.js
@@ -9,9 +9,7 @@
9
import React, {Component} from 'react';
10
import ReactDOM from 'react-dom';
11
import Remarkable from 'remarkable';
12
-// TODO: switch back to the upstream version of react-live
13
-// once https://github.com/FormidableLabs/react-live/issues/37 is fixed.
14
-import {LiveEditor, LiveProvider} from '@gaearon/react-live';
+import {LiveEditor, LiveProvider} from 'react-live';
15
import {colors, media} from 'theme';
16
import MetaTitle from 'templates/components/MetaTitle';
17
0 commit comments