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
Adjust the _.defaults behavior to match that of underscore and lodash to
no longer treat `null` and `undefined` the same and only consider
`undefined` for override.
https://github.com/weluse/hyperagent/blob/master/lib/hyperagent/miniscore.js#L76
this line causes null properties returned after a forces fetch to not overwrite the old value. Lodash's _.defaults only checks for undefined and has nulls as acceptable values
The text was updated successfully, but these errors were encountered: