lhthang96
lhthang96
Same problem, I inspected the class attributes and looks like the media query value of `sm` is set at 960px, `md` is set at 1280px.
Hi @jrgarciadev , thank you for your response. In my case, I'm using the Grid component. Based on the documentation, we can make the layout responsively by defining the value...
I think this is the breakpoint problem which is reported here: https://github.com/nextui-org/nextui/issues/644#issue-1321479659. Would be great if the team can fix this as soon as possible. Currently there is no way...
I believe what you need is that `keepalive` value when you initialize the client. MQTT client detects the disconnection via a packet called `pingreq`, it will send a `pingreq` packet...