(props)
| 56 | } |
| 57 | |
| 58 | constructor(props) { |
| 59 | super(props); |
| 60 | this.state = { |
| 61 | renderPage: !this.props.devMode |
| 62 | }; |
| 63 | } |
| 64 | |
| 65 | render() { |
| 66 | // Dump out our current props to a global object via a script tag so |
nothing calls this directly
no outgoing calls
no test coverage detected