Imperative version of next/router not working with Semantic-UI-React?
问题 According to the Next.js docs You can also do client-side page transitions using next/router: import Router from 'next/router' function ReadMore() { return ( <div> Click <span onClick={() => Router.push('/about')}>here</span> to read more </div> ) } export default ReadMore I am essentially extrapolating that to my own example with Sematic-UI-React: This my current behavior which is obviously is not desired. You can see at some point the <Link/> component or perhaps its the <Menu.Item/> falls