We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f83b18 commit f549dd5Copy full SHA for f549dd5
modules/PointTarget.js
@@ -57,7 +57,7 @@ class PointTarget extends React.Component {
57
this.props.onPoint()
58
}
59
60
- componentWillMount() {
+ UNSAFE_componentWillMount() {
61
this.usingTouch = false
62
63
0 commit comments