joshfrench/react-mobiledoc-editor

Use new React context API?

malcolm-kee opened this issue · 0 comments

The package is currently using legacy React context API, which has been considered deprecated with the introduction of new context API since React 16.3.

Is it acceptable for this package to drop support for lower React version, so we can use the officially supported API?

PR:

#87