examples/src/demos/Gestures.js is not working on react-use-gesture v7. Is this a known issue?
not that i know of, maybe david's changed the api? @dbismut
Yep. { pointerEvents: true } is now { events: { pointer: true } }
EDIT: see below for correct answer.
Thank you, but '{eventOptions: {pointer: true}}' <- this works. @dbismut
Damn can鈥檛 remember the API I wrote myself 馃槄
Most helpful comment
Yep.
{ pointerEvents: true }is now{ events: { pointer: true } }EDIT: see below for correct answer.