From 95ca0035ebf86ae055f1fa7fdf9ba4e02a4e4a67 Mon Sep 17 00:00:00 2001 From: Alex Krolick Date: Thu, 5 Apr 2018 20:10:49 -0700 Subject: [PATCH] Add note about custom editing areas w/React 16 See #309 This _may_ be related to a change in React 16: https://github.com/facebook/react/blob/master/CHANGELOG.md#breaking-changes --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3ad3bbaa..91301b75 100644 --- a/README.md +++ b/README.md @@ -372,6 +372,8 @@ class MyComponent extends React.Component { If you instantiate ReactQuill without children, it will create a `
` for you, to be used as the editing area for Quill. If you prefer, you can specify your own element for ReactQuill to use. Note that `