Inho Song

Results 1 issues of Inho Song

i'm trying to pagination with query string (?page=1) ```javascript await router.push(`/board?page=${query.page}`, undefined, { shallow: true }) ``` but router.push (also router.replace) with shallow option reload whole application how can i...

help wanted