react-dom 16.1 中缺少 ReactInputSelection

Missing ReactInputSelection in react-dom 16.1

我把工程转成react 16.1,react-dom里面已经没有ReactInputSelection模块了。 我在哪里可以得到它?

它不是(也从来不是)publicAPI。所以不应该导入它。 Private APIs 不再暴露在 React 16 中。

如果你需要这个文件,你可以在 React DOM 15 发行版中找到它,然后将它(以及任何依赖项)直接复制并粘贴到你的项目中:

ReactInputSelection.js