File tree 2 files changed +2
-2
lines changed
packages/react-server/src 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1578,7 +1578,7 @@ function flushSubtree(
1578
1578
default : {
1579
1579
invariant (
1580
1580
false ,
1581
- 'Errored or already flushed boundaries should not be flushed again. This is a bug in React.' ,
1581
+ 'Aborted, errored or already flushed boundaries should not be flushed again. This is a bug in React.' ,
1582
1582
) ;
1583
1583
}
1584
1584
}
Original file line number Diff line number Diff line change 378
378
"387" : " Should have a current fiber. This is a bug in React." ,
379
379
"388" : " Expected to find a bailed out fiber. This is a bug in React." ,
380
380
"389" : " There can only be one root segment. This is a bug in React." ,
381
- "390" : " Errored or already flushed boundaries should not be flushed again. This is a bug in React." ,
381
+ "390" : " Aborted, errored or already flushed boundaries should not be flushed again. This is a bug in React." ,
382
382
"391" : " A previously unvisited boundary must have exactly one root segment. This is a bug in React." ,
383
383
"392" : " A root segment ID must have been assigned by now. This is a bug in React." ,
384
384
"393" : " Cache cannot be refreshed during server rendering." ,
You can’t perform that action at this time.
0 commit comments