组件代理上的语法错误

时间:2017-05-02 05:08:05

标签: reactjs

我试图定义一个像

这样的组件
const Td = props => <td style={{"width":"33%", "border": "1px solid black"}} {...props}>

但得到了

Module build failed: SyntaxError: E:/MyStuff/Project2017/ReactReduxStarterKit/src/components/MainPage/FormTable/TodoList/TodoList.js: Unexpected token, expected }

const Td = props => <td style={{"width":"33%", "border": "1px solid black"}} {...props}>

class _TodoList extends React.Component{

    constructor(props) {
 |                     ^

我无法找出该陈述的错误,所有{,}都在配对......

也许我需要一些逃脱?

感谢

0 个答案:

没有答案