chore: enable lint rule noTsIgnore (#4296)

This commit is contained in:
Alex Yang
2025-08-28 15:09:47 -07:00
committed by GitHub
parent 7d7d1350ce
commit 70d4dc609a
28 changed files with 47 additions and 92 deletions

View File

@@ -156,7 +156,7 @@ function toast({ ...props }: Toast) {
...props,
id,
open: true,
// @ts-ignore
// @ts-expect-error
onOpenChange: (open) => {
if (!open) dismiss();
},