mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
* [#9627] Fix create-react-class isMounted ordering issue Split the IsMountedMixin in two so that the __isMounted flag is set to false after componentWillUnmount is executed in mixins and the component. * Revert changes to integration test
create-react-class
A drop-in replacement for React.createClass.
Refer to the React documentation for more information.