Skip to content

[Bug] isEmpty() with value null throws a TypeError #15

@Sv443

Description

@Sv443

grafik

Solution: add check for null and undefined in the second ("objects") row: (input !== null && input !== undefined) && [...]

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions