MCPcopy Create free account
hub / github.com/Detaysoft/react-chat-elements / onPhotoError

Function onPhotoError

src/MessageList/MessageList.tsx:58–60  ·  view source on GitHub ↗
(item, index, event)

Source from the content-addressed store, hash-verified

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)

Callers 1

MessageListFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…