Mauricio Ribeiro
Mauricio Ribeiro
[abstract example in the docs](https://www.radix-ui.com/primitives/docs/components/dialog#abstract-the-overlay-and-the-close-button) is failing in Typescript because it's missing the definition of the types in `forwardRef`. That should fix it: ```typescript export const DialogContent = React.forwardRef< React.ElementRef,...
I'm facing the same problem... `(Error: MsgKey error: something's not a wid: from [original number] to:[number to send message] p:undefined` I've tried all methods to send message (sendMessageToID, sendMessage and...
@kuarad what is your browser?
@flavionegrao it works for me, using Firefox
Hi everyone! I'm also having websocket timeout problem. Is there some WebSocketClient method that checks if websocket connection was lost?
I know it's late, but anyway, I'm gonna share how I solved this problem: I decided to use the native ESP firmware (it's written in Lua, but don't worry! It...