We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75d127b commit ddad910Copy full SHA for ddad910
pages/_app.js
@@ -2,6 +2,7 @@
2
// https://github.com/zeit/next.js/blob/master/examples/with-sentry
3
// https://github.com/vercel/next.js/blob/canary/examples/with-loading/pages/_app.js
4
import 'scripts/wdyr'
5
+import 'regenerator-runtime/runtime'
6
import { useEffect } from 'react'
7
import NProgress from 'nprogress'
8
import { useRouter } from 'next/router'
0 commit comments