我正在使用React.js,我注意到我收到以下警告:
Prop minSize is deprecated and will be removed in the next major release.
我环顾四周,我找不到任何我正在使用minSize的地方,我也没有在google中找到关于此警告的任何内容,是否有人知道是什么让警告弹出?
答案 0 :(得分:0)
此警告来自react-dropzone包。
正好来自这里: https://github.com/okonet/react-dropzone/blob/master/src/index.js#L425
minSize: deprecate(
React.PropTypes.number,
'Prop minSize is deprecated and will be removed in the next major release'
)