Binding element 'message' implicitly has an 'any' type – Reactjs
i want to pass information from parent to son, but i get error: Binding element 'message' implicitly has an 'any' type. What to do? Please help my code: const Forms = () => { const [messageText, setMessageText] = useState(""); useEffect(()…