| 7 | } |
| 8 | |
| 9 | interface InnerProps extends OuterProps { |
| 10 | userFetch: PromiseState<User> |
| 11 | } |
| 12 | |
| 13 | function UserWidgetFunc(props: InnerProps) { |
| 14 | return ( |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…