mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
6b593083ed
Console is undefined in earlier versions of IE when it is not open. This causes an uncaught exception, and breaks applications in these versions of IE when attempting to warn when the console is closed. Admittedly, console will usually be open when testing in development, but still React should not break the application when it is not.