-
Notifications
You must be signed in to change notification settings - Fork 398
Closed
Labels
status: has PRIssues which has a related PR closing the issue.Issues which has a related PR closing the issue.type: fixIssues describing a broken feature.Issues describing a broken feature.
Description
If param.transform()
method returns null
as a value, the isValueEmptyObject
is not set correctly:
const isValueEmptyObject = typeof value === 'object' && Object.keys(value).length === 0; |
// typeof null = 'object'
// Object.keys(null) throws error
Metadata
Metadata
Assignees
Labels
status: has PRIssues which has a related PR closing the issue.Issues which has a related PR closing the issue.type: fixIssues describing a broken feature.Issues describing a broken feature.