We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b0dea71 + 3361089 commit 39a13d4Copy full SHA for 39a13d4
lib/ResizableBox.jsx
@@ -35,7 +35,7 @@ export default class ResizableBox extends React.Component {
35
// Basic wrapper around a Resizable instance.
36
// If you use Resizable directly, you are responsible for updating the child component
37
// with a new width and height.
38
- const {handleSize, onResizeStart, onResizeStop, draggableOpts,
+ const {handleSize, onResize, onResizeStart, onResizeStop, draggableOpts,
39
minConstraints, maxConstraints, lockAspectRatio, width, height, ...props} = this.props;
40
return (
41
<Resizable
0 commit comments