mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
417678310c
The spec changed to allow null & undefined sources without throwing. Now our code depends on this new behavior. The only browser that implements Object.assign has also updated its native implementation to this behavior (Firefox Nightly).