From 778e88de7809f9eb249e63d1b5fd7e7d476c7566 Mon Sep 17 00:00:00 2001 From: Ryan Lee Date: Mon, 21 Oct 2019 22:27:17 -0700 Subject: [PATCH] Fix playground example import (#2220) Summary: Fixes https://github.com/facebook/draft-js/issues/2219 Pull Request resolved: https://github.com/facebook/draft-js/pull/2220 Differential Revision: D18056744 Pulled By: claudiopro fbshipit-source-id: 02f0fb1848fdfa9e928bbf0be038213ba21cd4cc --- examples/draft-0-10-0/playground/src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/draft-0-10-0/playground/src/App.js b/examples/draft-0-10-0/playground/src/App.js index f5afd5057a..aae0c626db 100644 --- a/examples/draft-0-10-0/playground/src/App.js +++ b/examples/draft-0-10-0/playground/src/App.js @@ -27,7 +27,7 @@ import JSONTree from 'react-json-tree'; import {convertToHTML} from 'draft-convert'; import PanelGroup from 'react-panelgroup'; import gkx from 'draft-js/lib/gkx'; -import convertFromHTMLModern from 'draft-js/lib/convertFromHTMLToContentBlocks2'; +import convertFromHTMLModern from 'draft-js/lib/convertFromHTMLToContentBlocks'; import { ContentState,