We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5344a36 commit 2264744Copy full SHA for 2264744
src/components/dropdown/CDropdownToggle.tsx
@@ -62,7 +62,7 @@ export const CDropdownToggle: FC<CDropdownToggleProps> = ({
62
...triggers,
63
}
64
65
- // TODO: find solution
+ // We use any because Toggler can be `a` as well as `button`.
66
// eslint-disable-next-line @typescript-eslint/no-explicit-any
67
const Toggler = (ref?: React.Ref<any>) => {
68
return variant === 'nav-item' ? (
0 commit comments