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
The original commit for nextjs 14 is
14898b6 but since that was lost in the
facebook repo of React when the next nextjs-sync branch was created it
is being restored
'A large precomputed chunk was passed to writeChunk without being copied.'+
47
-
' Large chunks get enqueued directly and are not copied. This is incompatible with precomputed chunks because you cannot enqueue the same precomputed chunk twice.'+
48
-
' Use "cloneChunk" to make a copy of this large precomputed chunk before writing it. This is a bug in React.',
49
-
);
50
-
}
51
-
}
52
43
// this chunk may overflow a single view which implies it was not
53
44
// one that is cached by the streaming renderer. We will enqueu
54
45
// it directly and expect it is not re-used
@@ -120,15 +111,15 @@ export function stringToChunk(content: string): Chunk {
'A large precomputed chunk was passed to writeChunk without being copied.'+
47
-
' Large chunks get enqueued directly and are not copied. This is incompatible with precomputed chunks because you cannot enqueue the same precomputed chunk twice.'+
48
-
' Use "cloneChunk" to make a copy of this large precomputed chunk before writing it. This is a bug in React.',
49
-
);
50
-
}
51
-
}
52
43
// this chunk may overflow a single view which implies it was not
53
44
// one that is cached by the streaming renderer. We will enqueu
54
45
// it directly and expect it is not re-used
@@ -120,15 +111,15 @@ export function stringToChunk(content: string): Chunk {
'A large precomputed chunk was passed to writeChunk without being copied.'+
106
-
' Large chunks get enqueued directly and are not copied. This is incompatible with precomputed chunks because you cannot enqueue the same precomputed chunk twice.'+
107
-
' Use "cloneChunk" to make a copy of this large precomputed chunk before writing it. This is a bug in React.',
108
-
);
109
-
}
110
-
}
111
102
// this chunk may overflow a single view which implies it was not
112
103
// one that is cached by the streaming renderer. We will enqueu
113
104
// it directly and expect it is not re-used
@@ -201,14 +192,14 @@ export function stringToChunk(content: string): Chunk {
0 commit comments