Matt
Results
2
comments of
Matt
Also having the same set of issues. Using a global styles.scss works fine when importing via _app.tsx however using modules is where I run into issues
Just put your `useRouter` in a function and include `NProgress.start();` as @zbeyens mentioned. ### Add: ```ts import * as NProgress from "nprogress"; import { useRouter } from "next/navigation"; ``` ###...