React this.props.params undefined

后端 未结 6 1286
名媛妹妹
名媛妹妹 2021-02-07 03:15

I have problem passing id to my page with product, I tried everything and search answer but it still doesn\'t work.

Here is my index.js:

impor         


        
6条回答
  •  半阙折子戏
    2021-02-07 04:03

    react router new version changed the route props object as the following: this.props.match.params instead this.props.params

    https://reacttraining.com/react-router/web/api/match

提交回复
热议问题