()
| 14 | |
| 15 | class AboutSection extends Component { |
| 16 | componentDidMount() { |
| 17 | // The modern app is wrapped in StrictMode, |
| 18 | // but the legacy bits can still use old APIs. |
| 19 | findDOMNode(this); |
| 20 | } |
| 21 | render() { |
| 22 | return ( |
| 23 | <ThemeContext.Consumer> |
nothing calls this directly
no test coverage detected