import React from "react"; function MessageInput(props) { const { onClick } = props; let inputRef; return (