forked from lodash/lodash
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Type definition mismatch: isMatchWith customizer function allows truthy/falsy values but TypeScript types restrict to boolean | undefined
Summary
Lodash has type definition mismatch
To Reproduce
Steps to reproduce the behavior:
-
Clone the repo:
git clone https://github.com/example-org/terraform-infra.git cd terraform-infra -
Run type check with:
npm run validate
-
Observe that type check fails.
Expected behavior
Lodash should pass type checks.
Actual behavior
Lodash fails type checks:
remote: fatal: did not receive expected object 15151bb95dcb2cf23bdddcf5ae3fdfb43b816588
error: remote unpack failed: index-pack failedReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels