You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note — Boolean coercion with z.coerce.boolean() may not work how you expect. Any truthy value is coerced to true, and any falsy value is coerced to false.
This is not intuitive and irrational. Please fix z.coerce.boolean() to produce false from "false".
Otherwise we can safely assume that coerce is simply broken (!) for booleans.
The text was updated successfully, but these errors were encountered:
This is not intuitive and irrational. Please fix
z.coerce.boolean()
to producefalse
from "false".Otherwise we can safely assume that
coerce
is simply broken (!) for booleans.The text was updated successfully, but these errors were encountered: