Skip to content

Commit c0e3c67

Browse files
dticedhuntabyte
andauthored
fix(Imports): resolve circular dependency (#1898)
Co-authored-by: Hunter Johnston <64506580+huntabyte@users.noreply.github.com>
1 parent c11d7c5 commit c0e3c67

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/tiny-singers-hope.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"bits-ui": patch
3+
---
4+
5+
fix(imports): resolve circular dependency

packages/bits-ui/src/lib/bits/menu/menu.svelte.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ import {
4242
boolToEmptyStrOrUndef,
4343
} from "$lib/internal/attrs.js";
4444
import type { Direction } from "$lib/shared/index.js";
45-
import { IsUsingKeyboard } from "$lib/index.js";
45+
import { IsUsingKeyboard } from "$lib/bits/utilities/is-using-keyboard/is-using-keyboard.svelte.js";
4646
import { getTabbableFrom } from "$lib/internal/tabbable.js";
4747
import { isTabbable } from "tabbable";
4848
import type { KeyboardEventHandler, PointerEventHandler, MouseEventHandler } from "svelte/elements";

0 commit comments

Comments
 (0)