We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06bd8de commit f7acdd0Copy full SHA for f7acdd0
Swipeable.js
@@ -81,7 +81,7 @@ export default class Swipeable extends Component<PropType, StateType> {
81
);
82
}
83
84
- componentWillUpdate(props: PropType, state: StateType) {
+ UNSAFE_componentWillUpdate(props: PropType, state: StateType) {
85
if (
86
this.props.friction !== props.friction ||
87
this.props.overshootLeft !== props.overshootLeft ||
0 commit comments