add details to ts-ignore mark

This commit is contained in:
FTCHD
2026-06-05 20:47:52 +03:00
parent 1b3f1f4ae9
commit 26809c5b1d
+1 -1
View File
@@ -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,
}}