Shoaib Ahmed
Shoaib Ahmed
> Here is my workaround: > > ```ts > export const usePRouter = () => { > const router = useRouter(); > > const { push } = router; >...
> @PixeledCode Forgot to mention I've forked that library is your code open? can you share it?
> @PixeledCode Nothing different than this repo. You just need to import `NProgress` to start/stop anywhere you want. > > ```ts > import * as NProgress from 'nprogress'; > ```...
> This is not a good solution. > > > [This progress bar package](https://www.npmjs.com/package/next-nprogress-bar) handles Next 13, both `` and `router.push()` 👍. > > You only have to modify your...