Create-react-app:实验语法'classProperties'当前未启用

时间:2019-01-04 08:11:35

标签: reactjs babel create-react-app

我正在使用create-react-app,并且不想弹出。还有其他解决方法吗?

   class SlidingUpPanel extends React.Component {
   static propTypes = {
               ^
   visible: PropTypes.bool,
   height: PropTypes.number,   draggableRange: PropTypes.shape({

Add @babel/plugin-proposal-class-properties (https://git.io/vb4SL) to the 'plugins' section of your Babel config to enable transformation.

已经安装了@babel/plugin-proposal-class-properties! 但是如何解决此问题而不弹出?

0 个答案:

没有答案