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

Invariant Violation error of ClickAwayable in IE10 #2296

Merged
merged 1 commit into from
Nov 30, 2015

Conversation

vizath
Copy link
Contributor

@vizath vizath commented Nov 27, 2015

The up event seems to be called after the re-render of the parent component, causing the child component to not be mounted anymore.

Probably fixes #2017.
Fixes my issue.

@oliviertassinari
Copy link
Member

Fair enough, can you fix the ESLintError: Trailing spaces not allowed. and squash? I will merge 👍.

@oliviertassinari oliviertassinari added the PR: needs revision The pull request can't be merged. More details is available on the code review or fails in the CI label Nov 27, 2015
The up event seems to be called after the re-render of the parent component, causing the child component to not be mounted anymore.
@vizath
Copy link
Contributor Author

vizath commented Nov 30, 2015

Fixed.

@oliviertassinari
Copy link
Member

@vizath Thanks

oliviertassinari added a commit that referenced this pull request Nov 30, 2015
Invariant Violation error of ClickAwayable in IE10
@oliviertassinari oliviertassinari merged commit 2f345fe into mui:master Nov 30, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: needs revision The pull request can't be merged. More details is available on the code review or fails in the CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants