You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a fairly trivial application which was running on ReactJS 0.14.x. Since I've moved it to 15rc1, it continues to work perfectly in Chrome. However, in IE11, in appears to render critical parts empty. The relevant piece of code where I'm failing is here:
There is no error output on the debug console. The DOM explorer appears to just render it with missing data.
You can see the application with the relevant behaviour running live at: https://erlvulnscan.lolware.net. Enter any network (127.0.0.0 will yield the fastest return) to see the issue.
I agree with @syranide, this looks like a duplicate of the mentioned bugs. The fix has already been merged into master. If you experience the bug in RC2 (which will be released soon) or in the master/future build (eg. http://jimsproch.com/react/future/), ping us to reopen/reinvestigate.
Hi,
I have a fairly trivial application which was running on ReactJS 0.14.x. Since I've moved it to 15rc1, it continues to work perfectly in Chrome. However, in IE11, in appears to render critical parts empty. The relevant piece of code where I'm failing is here:
https://github.com/technion/erlvulnscan/blob/master/frontend/assets/erlvulnscan.jsx#L37
There is no error output on the debug console. The DOM explorer appears to just render it with missing data.
You can see the application with the relevant behaviour running live at: https://erlvulnscan.lolware.net. Enter any network (127.0.0.0 will yield the fastest return) to see the issue.
Edit: For non IE users, you can see a SS here: http://imgur.com/i9TciqZ
The text was updated successfully, but these errors were encountered: