You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The isEmpty() function, as currently implemented, fails to correctly detect when an object has properties with symbols as keys. This can result in incorrect output when using the function to check if an object is empty.
Package name:
just-is-empty
URL:
Issue Description:
isEmpty()
function, as currently implemented, fails to correctly detect when an object has properties with symbols as keys. This can result in incorrect output when using the function to check if an object is empty.Steps to reproduce:
isEmpty()
function withmyObject
as the argument:Expected output:
false
Actual output:
true
The text was updated successfully, but these errors were encountered: