ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、视频、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
``` 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} /> ```