Skip to content

Commit 6f6f4a5

Browse files
authoredMar 21, 2024··
fix(types): compatibility with @types/react >=18.2.66 (#655)
* fix(types): compatibility with @types/react >=18.2.66 * Create stale-seahorses-speak.md
1 parent 7b66622 commit 6f6f4a5

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed
 

‎.changeset/stale-seahorses-speak.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@use-gesture/core": patch
3+
---
4+
5+
fix(types): compatibility with @types/react >=18.2.66

‎packages/core/src/types/utils.ts

-2
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,7 @@ export interface DOMHandlers {
165165
onPointerCancel?: EventHandler<PointerEvent>
166166
onPointerCancelCapture?: EventHandler<PointerEvent>
167167
onPointerEnter?: EventHandler<PointerEvent>
168-
onPointerEnterCapture?: EventHandler<PointerEvent>
169168
onPointerLeave?: EventHandler<PointerEvent>
170-
onPointerLeaveCapture?: EventHandler<PointerEvent>
171169
onPointerOver?: EventHandler<PointerEvent>
172170
onPointerOverCapture?: EventHandler<PointerEvent>
173171
onPointerOut?: EventHandler<PointerEvent>

0 commit comments

Comments
 (0)
Please sign in to comment.