💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、豆包、星火、月之暗面及文生图、文生视频 广告
``` SyntaxError: react108/src/components/ItemEditor/index.jsx: Unexpected token ``` ``` ERROR in ./src/components/ItemEditor/index.jsx Module build failed (from ./node_modules/babel-loader/lib/index.js): SyntaxError: react108/src/components/ItemEditor/index.jsx: Unexpected token (31:4) 29 | <input ref="title" placeholder="请填写标题" defaultValue={item.title} /> 30 | <textarea ref="content" placeholder="请填写内容" defaultValue={item.content} > 31 | </div> | ^ 32 | </div> 33 | ) 34 | } ``` ``` <textarea ref="content" placeholder="请填写内容" defaultValue={item.content} ``` ``` <textarea ref="content" placeholder="请填写内容" defaultValue={item.content} /> ```