Skip to content

Commit 7a84098

Browse files
committed
lint
1 parent 556b4cb commit 7a84098

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/src/components/MoreMenu/MoreMenu.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ export const MoreMenuTrigger: FC<HTMLProps<HTMLButtonElement>> = ({
6161
}) => {
6262
const menu = useMoreMenuContext();
6363

64+
// biome-ignore lint/suspicious/noExplicitAny: React 19 defaults to `unknown` now
6465
return cloneElement(children as ReactElement<any>, {
6566
"aria-haspopup": "true",
6667
...props,

0 commit comments

Comments
 (0)