()
| 59 | }; |
| 60 | |
| 61 | const handleCustomMessage = () => { |
| 62 | sendMessage('This is a custom message', { |
| 63 | data: { context: 'custom context' }, |
| 64 | allowEmptySubmit: false, |
| 65 | }); |
| 66 | }; |
| 67 | |
| 68 | return ( |
| 69 | <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