Skip to content

Commit

Permalink
fix(types): compatibility with @types/react >=18.2.66 (#655)
Browse files Browse the repository at this point in the history
* fix(types): compatibility with @types/react >=18.2.66

* Create stale-seahorses-speak.md
  • Loading branch information
Methuselah96 authored Mar 21, 2024
1 parent 7b66622 commit 6f6f4a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/stale-seahorses-speak.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@use-gesture/core": patch
---

fix(types): compatibility with @types/react >=18.2.66
2 changes: 0 additions & 2 deletions packages/core/src/types/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,7 @@ export interface DOMHandlers {
onPointerCancel?: EventHandler<PointerEvent>
onPointerCancelCapture?: EventHandler<PointerEvent>
onPointerEnter?: EventHandler<PointerEvent>
onPointerEnterCapture?: EventHandler<PointerEvent>
onPointerLeave?: EventHandler<PointerEvent>
onPointerLeaveCapture?: EventHandler<PointerEvent>
onPointerOver?: EventHandler<PointerEvent>
onPointerOverCapture?: EventHandler<PointerEvent>
onPointerOut?: EventHandler<PointerEvent>
Expand Down

0 comments on commit 6f6f4a5

Please sign in to comment.