Skip to content

Commit b8f1e17

Browse files
committed
fix import
1 parent 5538b21 commit b8f1e17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@react-aria/utils/src/useViewportSize.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* governing permissions and limitations under the License.
1111
*/
1212

13-
import {getActiveElement} from '@react-aria/utils';
13+
import {getActiveElement} from './shadowdom/DOMFunctions';
1414
import {useEffect, useState} from 'react';
1515
import {useIsSSR} from '@react-aria/ssr';
1616
import {willOpenKeyboard} from './keyboard';

0 commit comments

Comments
 (0)