({ string }: RenderProps)
| 1459 | string: string |
| 1460 | } |
| 1461 | function render({ string }: RenderProps) { |
| 1462 | spy() |
| 1463 | return <Passthrough string={string} /> |
| 1464 | } |
| 1465 | interface ContainerProps { |
| 1466 | string: string |
| 1467 | dispatch: ReduxDispatch |
no outgoing calls
no test coverage detected
searching dependent graphs…