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
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1322,5 +1322,7 @@
1322
1322
"1321": "\\`partialPrefetching\\` requires \\`cacheComponents\\` to be enabled. Please update your %s accordingly.",
1323
1323
"1322": "Route \"%s\" cannot use \\`export const prefetch = ...\\` without enabling \\`cacheComponents\\`.",
1324
1324
"1323": "\"prefetch\" is a route segment config and can only be used when the segment is a Server Component module. Remove the \"use client\" directive from \"%s\" to use this API.",
1325
-
"1324": "Invariant: dev virtual filesystem item was not handled by the development bundler"
1325
+
"1324": "Invariant: dev virtual filesystem item was not handled by the development bundler",
1326
+
"1325": "Invariant: dev server state can only be updated in dev",
0 commit comments