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

Unable to find node on an unmounted component #117

Open
shablenko opened this issue Jan 9, 2018 · 3 comments
Open

Unable to find node on an unmounted component #117

shablenko opened this issue Jan 9, 2018 · 3 comments
Labels

Comments

@shablenko
Copy link

I am trying to trigger click on button every time it shows to user, everything works, but i am receiving following error

Any ideas how to fix?

image

!this.props.busy && this.props.loadMore &&
<LazyLoad onContentVisible={this.props.onLoadMore}>
      <button onClick={this.props.onLoadMore} />
</LazyLoad>
@sheerun
Copy link

sheerun commented Jul 30, 2018

same issue

@yogihanu
Copy link

did you check event binding?
like
this.onClick = this.onClick.bind(this);

@otakustay
Copy link

Maybe related to suspense

@loktar00 loktar00 added the bug label Aug 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants