(props)
| 8 | |
| 9 | class Forms extends Component { |
| 10 | constructor(props) { |
| 11 | super(props); |
| 12 | |
| 13 | this.state = { isOpen: false }; |
| 14 | } |
| 15 | |
| 16 | toggleModal = event => { |
| 17 | console.log(event); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…