Skip to content

Commit d06d898

Browse files
authored
Merge pull request #126 from blakeohare/master
change componentWillUpdate() to componentDidUpdate()
2 parents e5a408c + a96d365 commit d06d898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SimpleRadioButton.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ export class RadioButton extends React.Component {
113113
disabled: false,
114114
idSeparator: '|'
115115
}
116-
componentWillUpdate () {
116+
componentDidUpdate () {
117117
if (this.props.animation) {
118118
LayoutAnimation.spring()
119119
}

0 commit comments

Comments
 (0)