We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3713a8f commit 7e927d4Copy full SHA for 7e927d4
pages/_app.tsx
@@ -12,7 +12,7 @@ import { useStore } from '../lib/redux/redux';
12
import 'react-toastify/dist/ReactToastify.css';
13
import '../public/styles/nprogress.css';
14
15
-Router.events.on('routeChangeStart', (url) => {
+Router.events.on('routeChangeStart', () => {
16
// console.log(`Loading: ${url}`);
17
NProgress.start();
18
});
0 commit comments