Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我只是在 ReactJS 文件中添加了一个 editorJS 并发现了这个错误。
import EditorJS from "@editorjs/editorjs"; const CodeEditor = () => { const editor = new EditorJS(); return( <div> {editor} </div> ); } export default CodeEditor;