React-three-fiber: examples/src/demos/Gestures.js is not working

Created on 16 Mar 2020  路  4Comments  路  Source: pmndrs/react-three-fiber

examples/src/demos/Gestures.js is not working on react-use-gesture v7. Is this a known issue?

Most helpful comment

Yep. { pointerEvents: true } is now { events: { pointer: true } }

EDIT: see below for correct answer.

All 4 comments

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 馃槄

Was this page helpful?
0 / 5 - 0 ratings

Related issues

LordOkami picture LordOkami  路  8Comments

janvarsa picture janvarsa  路  3Comments

AndrewPrifer picture AndrewPrifer  路  6Comments

objectisundefined picture objectisundefined  路  4Comments

francopetra picture francopetra  路  3Comments