我正在使用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
!
但是如何解决此问题而不弹出?