Skip to content

Commit

Permalink
Merge branch 'master' into dep-rest-changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
hartzis committed Jul 11, 2019
2 parents 409609b + e154d30 commit 31b4354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migration.md
Expand Up @@ -5,7 +5,7 @@ Migrate Swipeable v4 to v5
The component usage for swiped events is the same except `eventData` can now be destructured and `isFlick` is deprecated, [see below](#flickThreshold).
```diff
- import Swipeable from 'react-swipeable';
+ import { Swipeable } from 'react-swipeable;
+ import { Swipeable } from 'react-swipeable';


- swiped = (event, deltaX, deltaY, isFlick, velocity) => {
Expand Down

0 comments on commit 31b4354

Please sign in to comment.