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(tabs): click wrapper container bubbles up and getAttribute() throws #221

Merged
merged 1 commit into from
Jan 9, 2018

Conversation

Rendez
Copy link
Contributor

@Rendez Rendez commented Jan 9, 2018

The last commit removed the use of nodeName within the check of isTabNode(node), but the event can potentially bubble up all the way to the DocumentElement whose interface has no getAttribute() method.

…Attribute() to throw

Last commit removed the use of `nodeName`, but the event can potentially bubble up all the way to the `DocumentElement` whose interface has no `getAttribute()` method.
@danez danez merged commit 96b163b into reactjs:master Jan 9, 2018
@Rendez Rendez deleted the patch-1 branch January 9, 2018 14:47
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 28, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants