-
Notifications
You must be signed in to change notification settings - Fork 69
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
Error on unmount if never opened #8
Comments
I'm getting the same error, I tracked it down to this line: ReactDOM.unmountComponentAtNode(this._elementParentNode) In my case |
halloffame
pushed a commit
to halloffame/react-tether
that referenced
this issue
Feb 15, 2016
halloffame
pushed a commit
to halloffame/react-tether
that referenced
this issue
Feb 15, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If the component is rendered into the DOM but never opened, the following error occurs because of calling
ReactDOM.unmountComponentAtNode
with a null node:The text was updated successfully, but these errors were encountered: