react-select与React 16兼容?

时间:2017-10-12 14:47:33

标签: reactjs react-select

我试图将react-select v1.0.0-rc.9与react v16.0.0一起使用。那两个应该一起工作吗?只是按照Github的简单示例,我收到此错误: enter image description here

1 个答案:

答案 0 :(得分:1)

事实上,反应选择的v1.0.0-rc.9版本不适用于React 16,因为从版本16开始,React需要从prop-types包中导入PropTypes(参见https://reactjs.org/docs/typechecking-with-proptypes.html了解更多信息)。

此修补程序已合并,可在v2.0.0-alpha.2版本中使用: https://github.com/JedWatson/react-select/commit/8ff4596259ab4a42df95185729a35599313e571e