poppinss / youch

Pretty error reporting for Node.js :rocket:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Argument of method `toHTML` has an incorrect type

yorch opened this issue · comments

Package version

3.3.2

Describe the bug

TypeScript type for the argument of the method toHTML is incorrect, since the implementation treats it as optional, but the type as required.

Reproduction repo

No response

Fixed by #51