()
| 247 | } |
| 248 | |
| 249 | render(): any { |
| 250 | return ( |
| 251 | <StringContextWithUpdates.Provider value={this.state}> |
| 252 | <ModernClassContextConsumerWithUpdates /> |
| 253 | </StringContextWithUpdates.Provider> |
| 254 | ); |
| 255 | } |
| 256 | } |
| 257 | |
| 258 | class ModernClassContextConsumerWithUpdates extends Component<any> { |
no outgoing calls
no test coverage detected