Rob Christian

Results 2 issues of Rob Christian

https://github.com/mattphillips/deep-object-diff/blob/a24d61fea6d6d644fc3e32a853f685953d6d5b41/src/added.js#LL5C1-L5C1 ```javascript if (lhs === rhs || !isObject(lhs) || !isObject(rhs)) return {}; ``` If we could return `null` here, so that in detailedDiff we could receive `added: null`, it would...

Hello all. My team and I built an app with Recoil where I work, and the experience has been rocky. I feel the responsible thing to do is make my...