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.
1 parent 44ade3f commit 661a925Copy full SHA for 661a925
lib/ResizableBox.jsx
@@ -38,7 +38,7 @@ var ResizableBox = module.exports = React.createClass({
38
39
this.setState({width, height}, () => {
40
if (this.props.onResize) {
41
- this.props.onResize(event, {element, size});
+ this.props.onResize(event, {element, size: {width, height}});
42
}
43
});
44
},
0 commit comments