-
Notifications
You must be signed in to change notification settings - Fork 47k
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
handleTopLevel can throw when removing event target #1105
Milestone
Comments
sophiebits
added a commit
to sophiebits/react
that referenced
this issue
Feb 17, 2014
petehunt
added a commit
that referenced
this issue
Feb 18, 2014
Prevent error thrown when removing event target
gaearon
pushed a commit
that referenced
this issue
Nov 3, 2017
* Use only public api for ReactDOMEventListener-test.js * Use less confusing naming There was no need to extract React elements into separate variables. * Replace the "disappearance" test I could not get it to fail on master so it was probably testing something specific to Stack implementation details. It was also already broken because it didn't look at the right argument and never actually called `unmountComponentAtNode`. Instead I replaced it with original repro case from #1105 which is when it was introduced. * Tweak naming and add comments * Missed this one
Ethan-Arrowood
pushed a commit
to Ethan-Arrowood/react
that referenced
this issue
Dec 8, 2017
* Use only public api for ReactDOMEventListener-test.js * Use less confusing naming There was no need to extract React elements into separate variables. * Replace the "disappearance" test I could not get it to fail on master so it was probably testing something specific to Stack implementation details. It was also already broken because it didn't look at the right argument and never actually called `unmountComponentAtNode`. Instead I replaced it with original repro case from facebook#1105 which is when it was introduced. * Tweak naming and add comments * Missed this one
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This throws when you click the text:
http://jsbin.com/remixuxu/3/edit
The text was updated successfully, but these errors were encountered: