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
fix(pluck): fix pluck's catch-all signature for better type safety (#5192)
* fix(pluck): fix pluck's catch-all signature for better type safety
Change pluck's catch-all signature that is causing troubles when the
passed string is not a key in the argument object.
Issue: #5188
* fix(pluck): fix signature and tests
Correct the signtaure to be accepted by tests and to return unknown in
general
* fix(pluck): add test case to check type inference
0 commit comments