feat(CommandMenu): allow to be displayed in a popover #371
main.yml
on: push
Run Type Check & Linters
50s
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.
|