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 556b4cb commit 7a84098Copy full SHA for 7a84098
site/src/components/MoreMenu/MoreMenu.tsx
@@ -61,6 +61,7 @@ export const MoreMenuTrigger: FC<HTMLProps<HTMLButtonElement>> = ({
61
}) => {
62
const menu = useMoreMenuContext();
63
64
+ // biome-ignore lint/suspicious/noExplicitAny: React 19 defaults to `unknown` now
65
return cloneElement(children as ReactElement<any>, {
66
"aria-haspopup": "true",
67
...props,
0 commit comments