最新版react 已经删除PropTypes
liukefu2050 opened this issue · 0 comments
liukefu2050 commented
PropTypes 属性已经从最新版react中删除
原写法:
import React, {
Component,
PropTypes,
} from 'react'
新写法
import PropTypes from 'prop-types';
liukefu2050 opened this issue · 0 comments
PropTypes 属性已经从最新版react中删除
原写法:
import React, {
Component,
PropTypes,
} from 'react'
新写法
import PropTypes from 'prop-types';