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
since isObject(Object.create(null)) returns false, functions in radash like assign or keys do not match the real case in some business. It's a common situation that we should create a pure object without keys like toString to keep something accurate.
It's a better solution to provide another function util like isPlainObject.
The text was updated successfully, but these errors were encountered:
assign
since
isObject(Object.create(null))
returns false, functions in radash likeassign
orkeys
do not match the real case in some business. It's a common situation that we should create a pure object without keys liketoString
to keep something accurate.It's a better solution to provide another function util like
isPlainObject
.The text was updated successfully, but these errors were encountered: