(item, index, event)
| 56 | } |
| 57 | |
| 58 | const onPhotoError: MessageListEvent = (item, index, event) => { |
| 59 | if (props.onPhotoError instanceof Function) props.onPhotoError(item, index, event) |
| 60 | } |
| 61 | |
| 62 | const onClick: MessageListEvent = (item, index, event) => { |
| 63 | if (props.onClick instanceof Function) props.onClick(item, index, event) |
no outgoing calls
no test coverage detected
searching dependent graphs…