dillon1000/react

Commit

Use hasOwnProperty checks in Object.assign

Because IE8 polyfills add enumerable properties, this doesn't play nicely.
So for IE8 compatibility we add this check. Slower though. :(
Browse files
Changed paths1 file
First-parent comparison
M src/vendor/stubs/Object.assign.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…