Skip to content

Commit

Permalink
Bugfix: Resizable handle should have a key as it's in an array
Browse files Browse the repository at this point in the history
  • Loading branch information
STRML committed May 23, 2016
1 parent ad1dca6 commit 90635fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Resizable.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ export default class Resizable extends React.Component {
p.children.props.children,
<DraggableCore
{...p.draggableOpts}
key="resizableHandle"
ref="draggable"
onStop={this.resizeHandler('onResizeStop')}
onStart={this.resizeHandler('onResizeStart')}
Expand Down

0 comments on commit 90635fd

Please sign in to comment.