()
| 49 | } |
| 50 | |
| 51 | override componentDidUpdate() { |
| 52 | // Prevent re-rendering of this component as it |
| 53 | // is primarily controlled outside of this class |
| 54 | return false; |
| 55 | } |
| 56 | |
| 57 | render() { |
| 58 | const { name, visible, styles } = this.props; |
nothing calls this directly
no outgoing calls
no test coverage detected