File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -67,16 +67,16 @@ export default class App extends React.Component {
67
67
Timeout [{ this . state . timeout } ]ms
68
68
</ label >
69
69
</ div >
70
- { /* <TestComponent1 url={this.state.url} timeout={this.state.timeout}></TestComponent1>
70
+ < TestComponent1 url = { this . state . url } timeout = { this . state . timeout } > </ TestComponent1 >
71
71
< TestComponent2 url = { this . state . url } timeout = { this . state . timeout } > </ TestComponent2 >
72
72
< TestComponent3 url = { this . state . url } timeout = { this . state . timeout } > </ TestComponent3 >
73
73
< TestComponent4 url = { this . state . url } timeout = { this . state . timeout } > </ TestComponent4 >
74
74
< TestComponent5 url = { this . state . url } timeout = { this . state . timeout } > </ TestComponent5 >
75
- <TestComponent6 url={this.state.url} timeout={this.state.timeout}></TestComponent6>*/ }
75
+ < TestComponent6 url = { this . state . url } timeout = { this . state . timeout } > </ TestComponent6 >
76
76
< TestComponent7 url = { this . state . url } timeout = { this . state . timeout } > </ TestComponent7 >
77
- { /* <TestComponent8 url={this.state.url} timeout={this.state.timeout}></TestComponent8>
77
+ < TestComponent8 url = { this . state . url } timeout = { this . state . timeout } > </ TestComponent8 >
78
78
< TestComponent9 url = { this . state . url } timeout = { this . state . timeout } > </ TestComponent9 >
79
- <LiveTest></LiveTest>*/ }
79
+ < LiveTest > </ LiveTest >
80
80
< button className = "btn btn-danger" onClick = { this . onClick } >
81
81
Remount component
82
82
</ button >
You can’t perform that action at this time.
0 commit comments