合规国际互联网加速 OSASE为企业客户提供高速稳定SD-WAN国际加速解决方案。 广告
``` 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} /> ```