| 246 | // modal =================================================================== |
| 247 | |
| 248 | class Modal extends Component { |
| 249 | constructor (props) { |
| 250 | super(props); |
| 251 | this.id = nextUid(); |
nothing calls this directly
no outgoing calls
no test coverage detected