mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-07 04:19:22 +00:00
chore: enable lint rule noTsIgnore (#4296)
This commit is contained in:
@@ -156,7 +156,7 @@ function toast({ ...props }: Toast) {
|
||||
...props,
|
||||
id,
|
||||
open: true,
|
||||
// @ts-ignore
|
||||
// @ts-expect-error
|
||||
onOpenChange: (open) => {
|
||||
if (!open) dismiss();
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user