We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5538b21 commit b8f1e17Copy full SHA for b8f1e17
packages/@react-aria/utils/src/useViewportSize.ts
@@ -10,7 +10,7 @@
10
* governing permissions and limitations under the License.
11
*/
12
13
-import {getActiveElement} from '@react-aria/utils';
+import {getActiveElement} from './shadowdom/DOMFunctions';
14
import {useEffect, useState} from 'react';
15
import {useIsSSR} from '@react-aria/ssr';
16
import {willOpenKeyboard} from './keyboard';
0 commit comments