`onDragMove` from `useDrag` is not triggered in Firefox
- Dominant language
- TypeScript
- Stars
- 15.9k
- Forks
- 1.6k
- Avg merge
- 3d 9m
- Merged PRs (30d)
- 59
Description
### Provide a general summary of the issue here
Hi!
In the following script, `onDragMove` is called correctly with the latest version of Chrome, but not with Firefox :
```typescript
const {dragProps} = useDrag({
getItems: () => [{'my-item': "My Custom Item"}],
getAllowedDropOperations: () => ['link'],
onDragMove: console.log,
})
```
### 🤔 Expected Behavior?
`onDragMove` shoud be called in Firefox.
### 😯 Current Behavior
`onDragMove` is not called in Firefox.
### 🔦 Context
I'm trying to display a line starting from the element being dragged to the drag button using SVG. I need the onDragMove function to update the SVG position so that the end of the line follows the drag.
### 🖥️ Steps to Reproduce
See this [Candesandbox](https://codesandbox.io/p/sandbox/immutable-firefly-l67j3n?file=%2Fsrc%2FApp.js%3A19%2C1&layout=%257B%2522sidebarPanel%2522%253A%2522EXPLORER%2522%252C%2522rootPanelGroup%2522%253A%257B%2522direction%2522%253A%2522horizontal%2522%252C%2522contentType%2522%253A%2522UNKNOWN%2522%252C%2522type%2522%253A%2522PANEL_GROUP%2522%252C%2522id%2522%253A%2522ROOT_LAYOUT%2522%252C%2522panels%2522%253A%255B%257B%2522type%2522%253A%2522PANEL_GROUP%2522%252C%2522contentType%2522%253A%2522UNKNOWN%2522%252C%2522direction%2522%253A%2522vertical%2522%252C%2522id%2522%253A%2522clsrgzgpj00062v6h6yoi6189%2522%252C%2522sizes%2522%253A%255B70%252C30%255D%252C%2522panels%2522%253A%255B%257B%2522type%2522%253A%2522PANEL_GROUP%2522%252C%2522contentType%2522%253A%2522EDITOR%2522%252C%2522direction%2522%253A%2522horizontal%2522%252C%2522id%2522%253A%2522EDITOR%2522%252C%2522panels%2522%253A%255B%257B%2522type%2522%253A%2522PANEL%2522%252C%2522contentType%2522%253A%2522EDITOR%2522%252C%2522id%2522%253A%2522clsrgzgpi00022v6h6i8th4a7%2522%257D%255D%257D%252C%257B%2522type%2522%253A%2522PANEL_GROUP%2522%252C%2522contentType%2522%253A%2522SHELLS%2522%252C%2522direction%2522%253A%2522horizontal%2522%252C%2522id%2522%253A%2522SHELLS%2522%252C%2522panels%2522%253A%255B%257B%2522type%2522%253A%2522PANEL%2522%252C%2522contentType%2522%253A%2522SHELLS%2522%252C%2522id%2522%253A%2522clsrgzgpi00032v6hn6ypxvim%2522%257D%255D%252C%2522sizes%2522%253A%255B100%255D%257D%255D%257D%252C%257B%2522type%2522%253A%2522PANEL_GROUP%2522%252C%2522contentType%2522%253A%2522DEVTOOLS%2522%252C%2522direction%2522%253A%2522vertical%2522%252C%2522id%2522%253A%2522DEVTOOLS%2522%252C%2522panels%2522%253A%255B%257B%2522type%2522%253A%2522PANEL%2522%252C%2522contentType%2522%253A%2522DEVTOOLS%2522%252C%2522id%2522%253A%2522clsrgzgpi00052v6h0hhrsevm%2522%257D%255D%252C%2522sizes%2522%253A%255B100%255D%257D%255D%252C%2522sizes%2522%253A%255B50%252C50%255D%257D%252C%2522tabbedPanels%2522%253A%257B%2522clsrgzgpi00022v6h6i8th4a7%2522%253A%257B%2522id%2522%253A%2522clsrgzgpi00022v6h6i8th4a7%2522%252C%2522tabs%2522%253A%255B%257B%2522id%2522%253A%2522clsrgzzvp00022v6g86vh6nou%2522%252C%2522mode%2522%253A%2522permanent%2522%252C%2522type%2522%253A%2522FILE%2522%252C%2522filepath%2522%253A%2522%252Fsrc%252FApp.js%2522%252C%2522state%2522%253A%2522IDLE%2522%252C%2522initialSelections%2522%253A%255B%257B%2522startLineNumber%2522%253A19%252C%2522startColumn%2522%253A1%252C%2522endLineNumber%2522%253A19%252C%2522endColumn%2522%253A1%257D%255D%257D%255D%252C%2522activeTabId%2522%253A%2522clsrgzzvp00022v6g86vh6nou%2522%257D%252C%2522clsrgzgpi00052v6h0hhrsevm%2522%253A%257B%2522id%2522%253A%2522clsrgzgpi00052v6h0hhrsevm%2522%252C%2522activeTabId%2522%253A%2522clt23fx6m007l2v6g1uiickhe%2522%252C%2522tabs%2522%253A%255B%257B%2522type%2522%253A%2522UNASSIGNED_PORT%2522%252C%2522port%2522%253A0%252C%2522id%2522%253A%2522clt23fx6m007l2v6g1uiickhe%2522%252C%2522mode%2522%253A%2522permanent%2522%252C%2522path%2522%253A%2522%252F%2522%257D%255D%257D%252C%2522clsrgzgpi00032v6hn6ypxvim%2522%253A%257B%2522tabs%2522%253A%255B%255D%252C%2522id%2522%253A%2522clsrgzgpi00032v6hn6ypxvim%2522%257D%257D%252C%2522showDevtools%2522%253Atrue%252C%2522showShells%2522%253Atrue%252C%2522showSidebar%2522%253Atrue%252C%2522sidebarPanelSize%2522%253A15%257D) with Firefox.
### Version
react-aria: 3.32.1
### What browsers are you seeing the problem on?
Firefox 123.0
Contributor guide
Assessment
This issue has not been assessed yet.