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

Prevent sizeComponent on unmounted components #31

Closed
wants to merge 1 commit into from

Conversation

ryanbeard
Copy link

Occasionally it fires warnings trying to size components that are already unmounted, I guess because of the raf delay. This fix prevents the sizing of components that are unmounted (or about to be unmounted).

@ryanbeard ryanbeard closed this Jun 9, 2017
@ryanbeard
Copy link
Author

Was trying to fix an earlier version without seeing you'd created 3.x.x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant