KosukeYoshimura

Results 1 issues of KosukeYoshimura

Hello ! I try to get params by getInitialProps(). However, when I try to get that like this, /pages/books/show.js ``` static async getInitialProps(props) { console.log(props.query) } ``` it turned error...