Skip to content

Commit 9feddf9

Browse files
committed
[fixed] 'componentWillReceiveProps' method name of Position component
just a stub commit for Changelog for react-bootstrap#945
1 parent 25a716f commit 9feddf9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Position.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ class Position extends React.Component {
1919
this._needsFlush = true;
2020
}
2121

22+
// ToDo: add tests
2223
componentWillReceiveProps(){
2324
this._needsFlush = true;
2425
}

0 commit comments

Comments
 (0)