-
Notifications
You must be signed in to change notification settings - Fork 49.9k
Closed
Description
My application crashes IE9 when I upgrade to React v15.2.0! It works fine with v15.1.0 and all earlier versions.
My diff looks like this
package.json
- "react-addons-perf": "15.1.0",
+ "react-addons-perf": "15.2.0",
- "react-addons-shallow-compare": "15.1.0",
+ "react-addons-shallow-compare": "15.2.0",
- "react-addons-test-utils": "15.1.0",
+ "react-addons-test-utils": "15.2.0",
- "react": "15.1.0",
+ "react": "15.2.0",
- "react-addons-css-transition-group": "15.1.0",
+ "react-addons-css-transition-group": "15.2.0",
- "react-addons-transition-group": "15.1.0",
+ "react-addons-transition-group": "15.2.0",
- "react-dom": "15.1.0",
+ "react-dom": "15.2.0",
Below is a GIF of the crash, I recorded this using BrowserStack (Win7, IE9). I start the recording with Google loaded and dev tools open, I then navigated to my apps URL. As you can see IE9 just crashes hard with nothing logged to console. All other browsers load my app just fine, this only seems to crash IE9!
Did you guys drop support for IE9 in 15.2.0? If not, any ideas what might be causing this?
bretthadley and gwuhaolin
