Broken cards swipe demos - Has a breaking change been introduced? #478
Unanswered
laurentlahmy
asked this question in
Q&A
Replies: 1 comment 2 replies
-
No breaking change, but there could be collateral bugs introduced by latest releases. However, besides the images that don't show on the cards (thanks for the updated links), the examples seem to work fine on my iPhone 11 Pro and MacBook Pro. What device are you using? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It seems to me that the swipe cards example, referenced in the docs as example, is broken.
The flick doesn't happen, likely because the condition
!active && trigger
on line 36 never happens.An older version of this same example (referenced from https://react-spring.io/) using react-use-gesture seems to work fine.
By the way, here are the updated image links:
Possibly related: it also seems to me that the swipe example in the docs is broken (no swipe happening for me).
Beta Was this translation helpful? Give feedback.
All reactions