()
| 68 | }; |
| 69 | |
| 70 | const handleCustomMessage = () => { |
| 71 | sendMessage('This is a custom message', { |
| 72 | data: { context: 'custom context' }, |
| 73 | allowEmptySubmit: false, |
| 74 | }); |
| 75 | }; |
| 76 | |
| 77 | return ( |
| 78 | <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