Skip to content

Commit

Permalink
[fixed] 'componentWillReceiveProps' method name of Position component
Browse files Browse the repository at this point in the history
just a stub commit for Changelog for react-bootstrap#945
  • Loading branch information
AlexKVal committed Jul 6, 2015
1 parent 25a716f commit 9feddf9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Position.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ class Position extends React.Component {
this._needsFlush = true;
}

// ToDo: add tests
componentWillReceiveProps(){
this._needsFlush = true;
}
Expand Down

0 comments on commit 9feddf9

Please sign in to comment.