react-quick-tutorial icon indicating copy to clipboard operation
react-quick-tutorial copied to clipboard

React v15.5.4 propTypes問題

Open FishGPT opened this issue 8 years ago • 0 comments

貼心提醒

Level 7. 培養好習慣,設計防呆的 React 元件 https://github.com/shiningjason1989/react-quick-tutorial/tree/master/level-07_prop-types-n-default-values

根據官方ReleaseNote,在2017/04/07釋出的v15.5.0版本中 已經移除React.createClass及React.PropTypes https://github.com/facebook/react/releases/tag/v15.5.0

如果有Console有以下警告訊息 Accessing PropTypes via the main React package is deprecated. Use the prop-types package from npm instead.

請額外引入檔案 https://github.com/reactjs/prop-types

FishGPT avatar Apr 26 '17 09:04 FishGPT