From 26809c5b1d4795a332a29729f1b41bc2207fe717 Mon Sep 17 00:00:00 2001 From: FTCHD <144691102+FTCHD@users.noreply.github.com> Date: Fri, 5 Jun 2026 20:47:52 +0300 Subject: [PATCH] add details to ts-ignore mark --- src/components/navigator/FileList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/navigator/FileList.tsx b/src/components/navigator/FileList.tsx index fafcf06..cd2f66b 100644 --- a/src/components/navigator/FileList.tsx +++ b/src/components/navigator/FileList.tsx @@ -179,7 +179,7 @@ export default function FileList({ base: 'w-full p-0 m-0', list: 'w-full p-0 m-0 gap-0', }} - // @ts-ignore + // @ts-ignore — scrollShadowProps exists on VirtualizedListbox but not on ListboxProps (HeroUI typing gap) scrollShadowProps={{ className: platform() !== 'macos' ? 'show-scrollbar' : undefined, }}