Update date-fns to latest (#10545)

This commit is contained in:
Samuel Newman
2026-06-02 01:21:50 +03:00
committed by GitHub
parent db1c4dc6e3
commit 237232f96c
7 changed files with 212 additions and 221 deletions
+2 -1
View File
@@ -25,7 +25,8 @@ if (process.env.NODE_ENV !== 'production') {
thrownErrors.add(err)
throw err
} else if (!thrownErrors.has(msgOrError)) {
return realConsoleError.apply(this, arguments as any)
// @ts-expect-error
return realConsoleError.apply(this, arguments)
}
}
}