mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
ec527cc834
* Add test for React.PureComponent * Add warning when shouldComponentUpdate is declared in a PureComponent * Add actionable warning * Add warning in Fiber * Format added code by running yarn prettier * Move pure sCU check to checkClassInstance That way it warns before the component updates