We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3b20d7 commit af3d6b6Copy full SHA for af3d6b6
1 file changed
README.md
@@ -49,7 +49,7 @@ class Example extends React.Component {
49
};
50
51
// On top layout
52
- onResize = (event, {element, size, handle}) => {
+ onResize = (event, {node, size, handle}) => {
53
this.setState({width: size.width, height: size.height});
54
55
0 commit comments