Skip to content

Commit

Permalink
fix esm test
Browse files Browse the repository at this point in the history
  • Loading branch information
snowystinger committed Dec 23, 2024
1 parent 87b3542 commit 650bf4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@react-aria/interactions/src/usePress.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import {
} from '@react-aria/utils';
import {disableTextSelection, restoreTextSelection} from './textSelection';
import {DOMAttributes, FocusableElement, PressEvent as IPressEvent, PointerType, PressEvents, RefObject} from '@react-types/shared';
import {getEventTarget} from '@react-aria/utils/src/shadowdom/DOMFunctions';
import {getEventTarget} from '@react-aria/utils';
import {PressResponderContext} from './context';
import {TouchEvent as RTouchEvent, useContext, useEffect, useMemo, useRef, useState} from 'react';

Expand Down

0 comments on commit 650bf4a

Please sign in to comment.