| 10 | const Content = label => () => <p>{`Content ${label}`}</p>; |
| 11 | |
| 12 | const shouldOpenModal = locationPath => /\bmodal\b/.test(locationPath); |
| 13 | |
| 14 | const ReactRouterModal = props => ( |
| 15 | <Modal |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…