substantial/updeep

New key with a null value not applied in update

Closed this issue · 2 comments

This test fails because the result is still {}.

it('assigns null values', () => {
  expect(u({isNull: null}, {})).to.deep.equal({isNull: null});
});

Thanks for the repro! Fixed in 0.2.3

Thanks for the quick fix! I'm digging updeep so far, it plays perfectly with Redux.