Skip to content

feat(CommandMenu): allow to be displayed in a popover #371

feat(CommandMenu): allow to be displayed in a popover

feat(CommandMenu): allow to be displayed in a popover #371

Triggered via push April 16, 2024 13:29
Status Failure
Total duration 59s
Billable time 1m
Artifacts

main.yml

on: push
Run Type Check & Linters
50s
Run Type Check & Linters
Fit to window
Zoom out
Zoom in

Annotations

2 errors
Run Type Check & Linters: src/components/CommandMenu.tsx#L256
Type '{ searchResults: CommandI[] | undefined; isLoading: boolean; navigate: NavigateFunction; icons: Record<string, ComponentType<{ className: string; }>> | undefined; commands: { ...; } | undefined; runCommand: (href: any) => void; }' is not assignable to type 'IntrinsicAttributes & Pick<CommandMenuProps, "commands" | "icons"> & { isLoading: boolean; runCommand: (href: string) => void; searchResults?: CommandI[] | undefined; }'.
Run Type Check & Linters
Process completed with exit code 2.