calmm-js / partial.lenses

Partial lenses is a comprehensive, high-performance optics library for JavaScript
MIT License
915 stars 36 forks source link

Should fix bug on React Native #162

Closed shtanton closed 6 years ago

shtanton commented 6 years ago

RN doesn't allow calling Object.assign with a primitive. This removes that.

codecov-io commented 6 years ago

Codecov Report

Merging #162 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #162   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           1      1           
  Lines        1033   1033           
=====================================
  Hits         1033   1033

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update bf011ae...4e6a1d7. Read the comment docs.

polytypic commented 6 years ago

Thanks! I'll make a new release shortly.