Closed
Description
If param.transform()
method returns null
as a value, the isValueEmptyObject
is not set correctly:
// typeof null = 'object'
// Object.keys(null) throws error
If param.transform()
method returns null
as a value, the isValueEmptyObject
is not set correctly:
// typeof null = 'object'
// Object.keys(null) throws error