()
| 66 | }; |
| 67 | |
| 68 | const handleCustomMessage = () => { |
| 69 | sendMessage('This is a custom message', { |
| 70 | data: {context: 'custom context'}, |
| 71 | allowEmptySubmit: false, |
| 72 | }); |
| 73 | }; |
| 74 | |
| 75 | return ( |
| 76 | <div className="flex flex-col h-[80vh] max-w-2xl mx-auto p-4 w-full"> |
nothing calls this directly
no outgoing calls
no test coverage detected