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
If an array is fed into input object coercion it should be rejected directly, rather than passing the object check and then failing on the keys checks.
If an array is fed into input object coercion it should be rejected directly, rather than passing the object check and then failing on the keys checks.
See this repro:
https://gist.github.com/benjie/58ba75340a85b0da4b403973bea2c5fb
Seems like adding a
!Array.isArray(...)
check should cover it?The text was updated successfully, but these errors were encountered: