嗨,我正在用react和firebase编写一个基本的消息传递应用程序,除了将firebase数据作为道具传递到屏幕上之外,一切都在运行。现在我得到了这个错误:react-dom.development.js:11340 Uncaught Error: Objects are not valid as a React child (foundmaterial-ui/core";
import SendIcon from "@material-ui/icons/Send&qu
下面是我在控制台中遇到的错误: Uncaught Error: Objects are not valid as a React child (found: object with keys {text下面是我的代码: import React, { Fragment, useState } from "react";
type FormElement= React.FormEvent<HT