Hi i\'m trying to build a simple chat, but I encountered some issues when reading the messages.
const [messages, setMessages] = useState([]); const messag