Hey there, while deploying my project, I encountered this error:
https://i.sstatic.net/kiXLA.png
Error: No overload matches this call.
Overload 1 of 4, '(value: string | number | Date): Date', resulted in the following error:
Argument with type 'string | string[] | undefined' cannot be assigned to a parameter of type 'string | number | Date'.
Type 'undefined' is not compatible with type 'string | number | Date'.
Overload 2 of 4, '(value: string | number): Date', caused this error:
Argument with type 'string | string[] | undefined' cannot be assigned to a parameter of type 'string | number'.
Type 'undefined' is not compatible with type 'string | number'.ts(2769)