mirror of
https://github.com/facebook/react.git
synced 2026-02-26 18:58:05 +00:00
2
packages/react-server/src/ReactFizzServer.js
vendored
2
packages/react-server/src/ReactFizzServer.js
vendored
@@ -1612,7 +1612,7 @@ function flushSegment(
|
||||
// Assign an ID to refer to the future content by.
|
||||
boundary.rootSegmentID = request.nextSegmentId++;
|
||||
if (boundary.completedSegments.length > 0) {
|
||||
// If this is at least partially complete, we can queue it to be partially emmitted early.
|
||||
// If this is at least partially complete, we can queue it to be partially emitted early.
|
||||
request.partialBoundaries.push(boundary);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user