的特性 'PARAMS' 我已經設置了渲染部件的路由:無法讀取未定義(陣營路由器4)
<Route exact path="/page/:id" location={this.props.location} key={this.props.location.key} render={({ location }) => (
<PageStart key={this.props.location.key} />
)} />
然後該組件內(PageStart)我有:
this.props.match.params.id
但它拋出一個錯誤:
Cannot read property 'params' of undefined
路過時簡單地調用component={}
道具似乎很好地工作,但不是在仁德r功能。爲什麼?
當你解釋它的時候,就會變得很明顯。謝謝! –