请稍等 ...
×

采纳答案成功!

向帮助你的同学说点啥吧!感谢那些助人为乐的人

正在回答 回答被采纳积分+3

3回答

NLuke 2018-02-25 22:52:46

你的state写错地方了,

class AppContainer extends React.Component {
    constructor() {
        super()
        this.state = {
            name: '案例'
        }
    }
    
    ...
    
    render() {
        ...
    }
}

这么写吧。

0 回复 有任何疑惑可以回复我~
Scott 2018-02-25 20:06:34

写成这样报错么?


import React from 'react'
const App = ({ name }) => {
  return <div>{name}</div>
}
export default App



另外具体是报的什么错误啊


0 回复 有任何疑惑可以回复我~
  • 提问者 慕粉3324955 #1
    还是报错 没办法截图只能
    studay/movie/parcel/es/index.js:16:9: Unexpected token (16:9)
      14 |   }
      15 | 
    > 16 |   render {
         |          ^
      17 |     return <App name={this.state.name} />
      18 |   }
      19 | }
    npm ERR! code ELIFECYCLE
    npm ERR! errno 1
    npm ERR! movie@1.0.0 build: `rm -rf parcel/dist && parcel build parcel/index.html --no-cache -d parcel/dist --public-url /dist/`
    npm ERR! Exit status 1
    npm ERR! 
    npm ERR! Failed at the movie@1.0.0 build script.
    npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
    
    npm ERR! A complete log of this run can be found in:
    回复 有任何疑惑可以回复我~ 2018-02-26 08:30:38
提问者 慕粉3324955 2018-02-25 17:37:58

App组件那个错误改过了,但还是报错

0 回复 有任何疑惑可以回复我~
问题已解决,确定采纳
还有疑问,暂不采纳
意见反馈 帮助中心 APP下载
官方微信