Vince Gabriel Flores
Results
1
comments of
Vince Gabriel Flores
Heres an example where only the CommandItem selected is highlighted on render ``` {repos?.map((repo: string, i: number) => { const pathName = usePathname(); const selected = pathName === `/${repo}`; return...