Skip to content

Commit fd564ae

Browse files
authored
Merge pull request #33 from kentcdodds/patch-1
use UNSAFE_componentWillMount
2 parents 3f83b18 + f549dd5 commit fd564ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/PointTarget.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class PointTarget extends React.Component {
5757
this.props.onPoint()
5858
}
5959

60-
componentWillMount() {
60+
UNSAFE_componentWillMount() {
6161
this.usingTouch = false
6262
}
6363

0 commit comments

Comments
 (0)