首页 > 解决方案 > Create-react-app:实验性语法“classProperties”当前未启用

问题描述

我正在使用 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了!但是如何在不弹出的情况下解决这个问题?

标签: reactjsbabeljscreate-react-app

解决方案


推荐阅读