1.Warning: Accessing PropTypes via the main React package is deprecated. Use the prop-types package from npm instead.
2.Warning: RouterContext: React.createClass is deprecated and will be removed in version 16. Use plain JavaScript classes instead. If you're not yet ready to migrate, create-react-class is available on npm as a drop-in replacement.
“import { Button } from 'antd';”這個(gè)語法導(dǎo)致的1和2的問題是嗎
你這個(gè)只是warning砾肺,并不影響開發(fā)的,其實(shí)你不用管的共苛。
至于出現(xiàn)warning的原因琼富,里面已經(jīng)說的很清楚了:
PropTypes已經(jīng)不建議直接從react中獲取了仪吧,而是從prop-types組件中獲取
createClass也會(huì)在react 16中去除,所以不建議使用鞠眉。
可能是因?yàn)槟阋氲哪承┙M件還在使用這些東西吧薯鼠,不過只是warning并不影響開發(fā)的。