function Editor({ userObj }) { const [myContent, setMyContent] = useState(""); const [myContents, setMyContents] = useState([]); const [loading, setLoad