MCPcopy
hub / github.com/formatjs/formatjs / Message

Function Message

packages/editor/message.tsx:105–108  ·  view source on GitHub ↗
({message})

Source from the content-addressed store, hash-verified

103}
104
105const Message: React.FC<Props> = ({message}) => {
106 const ast = parse(message)
107 return <>{formatAst(ast)}</>
108}
109
110export default Message

Callers

nothing calls this directly

Calls 2

parseFunction · 0.90
formatAstFunction · 0.85

Tested by

no test coverage detected