rtfeldman / seamless-immutable

Immutable data structures for JavaScript which are backwards-compatible with normal JS Arrays and Objects.
BSD 3-Clause "New" or "Revised" License
5.37k stars 195 forks source link

Blob, File and React Elements are not mergable #266

Open ericdsmith opened 5 years ago

ericdsmith commented 5 years ago

fixes #265 isMergableObject checks for Blobs, Files and React elements and will not perform deep merge in those cases.

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 96.111% when pulling 2410a29223ee1cecdb5cd2d23ff34a8710932d86 on ericdsmith:file-blob-not-mergable into 2d870b14a01e222493c686a7644181185f859558 on rtfeldman:master.