dillon1000/react

Commit

Fix warning without stack for ie9 (#13620)

* Fix warning without stack for ie9

Where console methods like log, error etc. don't have 'apply' method.
Because of the lot of tests already expect that exactly console['method']
will be called - had to reapply references for console.error method

https://github.com/facebook/react/issues/13610

* pass parameters explicitly to avoid using .apply
which is not supported for console methods in ie9

* Minor tweaks
Browse files
Changed paths1 file
First-parent comparison
M packages/shared/warningWithoutStack.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…