mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
@@ -1083,7 +1083,6 @@ describe('ReactUpdates', function() {
|
||||
this.state = { showChild: true };
|
||||
}
|
||||
componentDidMount() {
|
||||
console.log('about to remove child via set state');
|
||||
this.setState({ showChild: false });
|
||||
}
|
||||
render() {
|
||||
|
||||
Reference in New Issue
Block a user