You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/next/errors.json
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -693,9 +693,10 @@
693
693
"692": "Expected clientReferenceManifest to be defined.",
694
694
"693": "%s must not be used within a client component. Next.js should be preventing %s from being included in client components statically, but did not in this case.",
695
695
"694": "createPrerenderPathname was called inside a client component scope.",
696
-
"695": "Expected workUnitAsyncStorage to have a store.",
697
-
"696": "Next DevTools: Can't dispatch %s in this environment. This is a bug in Next.js",
696
+
"695": "Invariant: received non-pages cache entry in pages handler",
697
+
"696": "Expected workUnitAsyncStorage to have a store.",
698
698
"697": "Next DevTools: Can't render in this environment. This is a bug in Next.js",
699
-
"698": "Next DevTools: App Dev Overlay is already mounted. This is a bug in Next.js",
700
-
"699": "Next DevTools: Pages Dev Overlay is already mounted. This is a bug in Next.js"
699
+
"698": "Next DevTools: Can't dispatch %s in this environment. This is a bug in Next.js",
700
+
"699": "Next DevTools: App Dev Overlay is already mounted. This is a bug in Next.js",
701
+
"700": "Next DevTools: Pages Dev Overlay is already mounted. This is a bug in Next.js"
0 commit comments