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 7b68424 commit 77733aaCopy full SHA for 77733aa
packages/components/src/components/breadcrumb/breadcrumb.lite.tsx
@@ -19,7 +19,7 @@ useDefaultProps<DBBreadcrumbProps>({
19
});
20
21
export default function DBBreadcrumb(props: DBBreadcrumbProps) {
22
- const _ref = useRef<HTMLElement | null>(null);
+ const _ref = useRef<HTMLElement | any>(null);
23
24
const state = useStore<DBBreadcrumbState>({
25
isExpanded: false,
0 commit comments