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] Ignoring pure components without props and context usage #2238

Merged
merged 1 commit into from Apr 12, 2019

Conversation

pawelnvk
Copy link
Contributor

@pawelnvk pawelnvk commented Apr 12, 2019

Pure components without props are still valid, since they prevent rerendering of component even if parent component is being rerendered.

Fixes #2186.

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

Successfully merging this pull request may close these issues.

Why do PureComponents need props?
2 participants