(props)
| 253 | // eslint-disable-next-line no-unused-vars |
| 254 | class WrappingComponent extends React.Component { |
| 255 | constructor(props) { |
| 256 | super(props); |
| 257 | this._internalRef = React.createRef(); |
| 258 | } |
| 259 | render() { |
| 260 | return ( |
| 261 | <div> |
nothing calls this directly
no outgoing calls
no test coverage detected