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
The conversion functions do not properly handle some values, e.g. resulting in [Object object] in some cases.
Is there no type information to prevent this? This would also display unusable information when `typeof option.convertedDefault === "function"` or when `typeof option.convertedDefault === "symbol"`.
The conversion functions do not properly handle some values, e.g. resulting in
[Object object]
in some cases.Originally posted by @leafty in #3483 (comment)
The text was updated successfully, but these errors were encountered: