Skip to content
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

fix(uploader): replace IE unsupported ChildNode.remove method #197

Merged
merged 1 commit into from
Aug 14, 2020

Conversation

henrymyers
Copy link
Contributor

Description

The ChildNode.remove method is unsupported in IE, causing crashes when react-widget unmounts.

Fixed by using the common alternative element.parentNode.removeChild(element).

Checklist

@jeetiss jeetiss merged commit 6e2274c into uploadcare:master Aug 14, 2020
@jeetiss
Copy link
Contributor

jeetiss commented Aug 14, 2020

@henrymyers thanks for fix!
Release is scheduled on Wednesday. Is it okey or you need this update faster?

@henrymyers
Copy link
Contributor Author

That should be fine. Thanks!

@henrymyers
Copy link
Contributor Author

@jeetiss Our PM asked if we could push our Uploadcare feature to prod today or tomorrow, so is there any way you could release the IE fix before Wednesday? Sorry for flip-flopping after my answer last week!

@henrymyers henrymyers deleted the feat/unmount-ie-remove branch August 17, 2020 14:19
@jeetiss
Copy link
Contributor

jeetiss commented Aug 17, 2020

@shipjs prepare

@jeetiss
Copy link
Contributor

jeetiss commented Aug 17, 2020

@henrymyers ok
thanks for contribution again 😀

@github-actions
Copy link
Contributor

@jeetiss shipjs prepare done

@jeetiss
Copy link
Contributor

jeetiss commented Aug 17, 2020

@henrymyers release is ready, I hope that your PM will be happy today ❤️

@henrymyers
Copy link
Contributor Author

Thanks! You must personally have great media queries in your mind, because you're waaaaaay responsive 😆

@henrymyers
Copy link
Contributor Author

Sorry, couldn't hold the dad joke in.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants