Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Weird error messages with NaNs #17

Open
Ayc0 opened this issue Aug 1, 2021 · 0 comments
Open

Weird error messages with NaNs #17

Ayc0 opened this issue Aug 1, 2021 · 0 comments

Comments

@Ayc0
Copy link

Ayc0 commented Aug 1, 2021

In the following image, we can see that typanion understands NaN as null in error message:

image

This can lead to problematic error report, but also to weird cases like:

t.isNullable(t.isString())(NaN, {errors});
// logs "Expected a string (got null)"

but null should have been understood as isNullable was used

@Ayc0 Ayc0 changed the title Weird error message with NaNs Weird error messages with NaNs Aug 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant