-
Notifications
You must be signed in to change notification settings - Fork 46.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes #7824 #7832
Fixes #7824 #7832
Conversation
Thank you for your pull request. As you may know, we require contributors to sign our Contributor License Agreement, and we don't seem to have you on file and listed as active anymore. In order for us to review and merge your code, please email cla@fb.com with your details so we can update your status. |
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks! |
👍 cc @jimfb (again :)) |
For posterity, the repro is:
|
@mnpenner Thanks for your hard work in tracking this one down! |
@mnpenner do you use React15 in production, does 15.4.0 support IE8 in your experience? |
@blling We're using React 15.6 in production, yes. Soon to upgrade to React 16.2 since we finally dropped IE8. But in my experience, yes, even 15.6 worked fine with IE8. We have a ton of polyfills though, so, that may have helped. |
@mnpenner Thanks. |
@blling Okay...but this is quite specific to our project, and overkill for just about anything else: https://gist.github.com/mnpenner/d09beb0c243311d2f5f512d0899114c0 |
@mnpenner Could you send an email to me with the configs? |
cc @mnpenner , are you there? I use
If i use |
Sorry @blling, I don't know the answer. Try some more polyfills, like |
Re-submitting this PR since I messed it up. Sorry for the mess.