dillon1000/react
Commit
Browse files 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
Changed paths1 file
First-parent comparisonpackages/shared/warningWithoutStack.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…