lj4ever

Results 1 comments of lj4ever

same error,but i fixed it by this import React from 'react'; import { DraggableCore } from 'react-draggable'; class MyComponent extends React.Component { constructor(props) { super(props); this.draggableRef = React.createRef(); // 创建一个...