Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
Sv443 opened this issue Jan 29, 2021 · 1 comment · Fixed by #16
Closed

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

Sv443 opened this issue Jan 29, 2021 · 1 comment · Fixed by #16
Assignees
Labels
bug Something isn't working
Milestone

Comments

@Sv443
Copy link
Member

Sv443 commented Jan 29, 2021

grafik

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

@Sv443 Sv443 self-assigned this Jan 29, 2021
@Sv443 Sv443 changed the title [Bug] isEmpty() with value `` [Bug] isEmpty() with value null throws a TypeError Jan 29, 2021
@Sv443 Sv443 added this to the 1.13.0 milestone Jan 29, 2021
@Sv443 Sv443 mentioned this issue Jan 31, 2021
8 tasks
Sv443 pushed a commit that referenced this issue Jan 31, 2021
@Sv443 Sv443 linked a pull request Feb 2, 2021 that will close this issue
8 tasks
@Sv443 Sv443 added the bug Something isn't working label Mar 5, 2021
@Sv443
Copy link
Member Author

Sv443 commented Mar 5, 2021

Same thing happens with undefined. Updated issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant