We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c11d7c5 commit c0e3c67Copy full SHA for c0e3c67
.changeset/tiny-singers-hope.md
@@ -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
@@ -42,7 +42,7 @@ import {
42
boolToEmptyStrOrUndef,
43
} from "$lib/internal/attrs.js";
44
import type { Direction } from "$lib/shared/index.js";
45
-import { IsUsingKeyboard } from "$lib/index.js";
+import { IsUsingKeyboard } from "$lib/bits/utilities/is-using-keyboard/is-using-keyboard.svelte.js";
46
import { getTabbableFrom } from "$lib/internal/tabbable.js";
47
import { isTabbable } from "tabbable";
48
import type { KeyboardEventHandler, PointerEventHandler, MouseEventHandler } from "svelte/elements";
0 commit comments