mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-29 11:12:23 +08:00
Removed JSX elements.
This commit is contained in:
+1
-1
@@ -119,7 +119,7 @@ class CounterContainer extends Component {
|
||||
}
|
||||
|
||||
render() {
|
||||
return <span>{this.state.counter}</span>;
|
||||
return this.state.counter;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user