@@ -45,7 +45,7 @@ describe('Error overlay for hydration errors in App router', () => {
4545 <ScrollAndFocusHandler segmentPath={[...]}>
4646 <InnerScrollAndFocusHandler segmentPath={[...]} focusAndScrollRef={{apply:false, ...}}>
4747 <ErrorBoundary errorComponent={undefined} errorStyles={undefined} errorScripts={undefined}>
48- <LoadingBoundary name={undefined} loading={null}>
48+ <LoadingBoundary name="text-misma..." loading={null}>
4949 <HTTPAccessFallbackBoundary notFound={undefined} forbidden={undefined} unauthorized={undefined}>
5050 <RedirectBoundary>
5151 <RedirectErrorBoundary router={{...}}>
@@ -107,7 +107,7 @@ describe('Error overlay for hydration errors in App router', () => {
107107 <ScrollAndFocusHandler segmentPath={[...]}>
108108 <InnerScrollAndFocusHandler segmentPath={[...]} focusAndScrollRef={{apply:false, ...}}>
109109 <ErrorBoundary errorComponent={undefined} errorStyles={undefined} errorScripts={undefined}>
110- <LoadingBoundary name={undefined} loading={null}>
110+ <LoadingBoundary name="extra-elem..." loading={null}>
111111 <HTTPAccessFallbackBoundary notFound={undefined} forbidden={undefined} unauthorized={undefined}>
112112 <RedirectBoundary>
113113 <RedirectErrorBoundary router={{...}}>
@@ -145,7 +145,7 @@ describe('Error overlay for hydration errors in App router', () => {
145145 <ScrollAndFocusHandler segmentPath={[...]}>
146146 <InnerScrollAndFocusHandler segmentPath={[...]} focusAndScrollRef={{apply:false, ...}}>
147147 <ErrorBoundary errorComponent={undefined} errorStyles={undefined} errorScripts={undefined}>
148- <LoadingBoundary name="(extra-att... " loading={null}>
148+ <LoadingBoundary name="/ " loading={null}>
149149 <HTTPAccessFallbackBoundary notFound={<SegmentViewNode>} forbidden={undefined} unauthorized={undefined}>
150150 <HTTPAccessFallbackErrorBoundary pathname="/extra-att..." notFound={<SegmentViewNode>} ...>
151151 <RedirectBoundary>
@@ -181,7 +181,7 @@ describe('Error overlay for hydration errors in App router', () => {
181181 <ScrollAndFocusHandler segmentPath={[...]}>
182182 <InnerScrollAndFocusHandler segmentPath={[...]} focusAndScrollRef={{apply:false, ...}}>
183183 <ErrorBoundary errorComponent={undefined} errorStyles={undefined} errorScripts={undefined}>
184- <LoadingBoundary name="(extra-att... " loading={null}>
184+ <LoadingBoundary name="/ " loading={null}>
185185 <HTTPAccessFallbackBoundary notFound={<SegmentViewNode>} forbidden={undefined} unauthorized={undefined}>
186186 <HTTPAccessFallbackErrorBoundary pathname="/extra-att..." notFound={<SegmentViewNode>} ...>
187187 <RedirectBoundary>
@@ -221,7 +221,7 @@ describe('Error overlay for hydration errors in App router', () => {
221221 <ScrollAndFocusHandler segmentPath={[...]}>
222222 <InnerScrollAndFocusHandler segmentPath={[...]} focusAndScrollRef={{apply:false, ...}}>
223223 <ErrorBoundary errorComponent={undefined} errorStyles={undefined} errorScripts={undefined}>
224- <LoadingBoundary name={undefined} loading={null}>
224+ <LoadingBoundary name="extra-text..." loading={null}>
225225 <HTTPAccessFallbackBoundary notFound={undefined} forbidden={undefined} unauthorized={undefined}>
226226 <RedirectBoundary>
227227 <RedirectErrorBoundary router={{...}}>
@@ -262,7 +262,7 @@ describe('Error overlay for hydration errors in App router', () => {
262262 <ScrollAndFocusHandler segmentPath={[...]}>
263263 <InnerScrollAndFocusHandler segmentPath={[...]} focusAndScrollRef={{apply:false, ...}}>
264264 <ErrorBoundary errorComponent={undefined} errorStyles={undefined} errorScripts={undefined}>
265- <LoadingBoundary name={undefined} loading={null}>
265+ <LoadingBoundary name="extra-elem..." loading={null}>
266266 <HTTPAccessFallbackBoundary notFound={undefined} forbidden={undefined} unauthorized={undefined}>
267267 <RedirectBoundary>
268268 <RedirectErrorBoundary router={{...}}>
@@ -300,7 +300,7 @@ describe('Error overlay for hydration errors in App router', () => {
300300 <ScrollAndFocusHandler segmentPath={[...]}>
301301 <InnerScrollAndFocusHandler segmentPath={[...]} focusAndScrollRef={{apply:false, ...}}>
302302 <ErrorBoundary errorComponent={undefined} errorStyles={undefined} errorScripts={undefined}>
303- <LoadingBoundary name={undefined} loading={null}>
303+ <LoadingBoundary name="extra-text..." loading={null}>
304304 <HTTPAccessFallbackBoundary notFound={undefined} forbidden={undefined} unauthorized={undefined}>
305305 <RedirectBoundary>
306306 <RedirectErrorBoundary router={{...}}>
@@ -342,7 +342,7 @@ describe('Error overlay for hydration errors in App router', () => {
342342 <ScrollAndFocusHandler segmentPath={[...]}>
343343 <InnerScrollAndFocusHandler segmentPath={[...]} focusAndScrollRef={{apply:false, ...}}>
344344 <ErrorBoundary errorComponent={undefined} errorStyles={undefined} errorScripts={undefined}>
345- <LoadingBoundary name={undefined} loading={null}>
345+ <LoadingBoundary name="extra-text..." loading={null}>
346346 <HTTPAccessFallbackBoundary notFound={undefined} forbidden={undefined} unauthorized={undefined}>
347347 <RedirectBoundary>
348348 <RedirectErrorBoundary router={{...}}>
@@ -376,7 +376,7 @@ describe('Error overlay for hydration errors in App router', () => {
376376 <ScrollAndFocusHandler segmentPath={[...]}>
377377 <InnerScrollAndFocusHandler segmentPath={[...]} focusAndScrollRef={{apply:false, ...}}>
378378 <ErrorBoundary errorComponent={undefined} errorStyles={undefined} errorScripts={undefined}>
379- <LoadingBoundary name={undefined} loading={null}>
379+ <LoadingBoundary name="extra-text..." loading={null}>
380380 <HTTPAccessFallbackBoundary notFound={undefined} forbidden={undefined} unauthorized={undefined}>
381381 <RedirectBoundary>
382382 <RedirectErrorBoundary router={{...}}>
@@ -415,7 +415,7 @@ describe('Error overlay for hydration errors in App router', () => {
415415 <ScrollAndFocusHandler segmentPath={[...]}>
416416 <InnerScrollAndFocusHandler segmentPath={[...]} focusAndScrollRef={{apply:false, ...}}>
417417 <ErrorBoundary errorComponent={undefined} errorStyles={undefined} errorScripts={undefined}>
418- <LoadingBoundary name={undefined} loading={null}>
418+ <LoadingBoundary name="extra-whit..." loading={null}>
419419 <HTTPAccessFallbackBoundary notFound={undefined} forbidden={undefined} unauthorized={undefined}>
420420 <RedirectBoundary>
421421 <RedirectErrorBoundary router={{...}}>
@@ -453,7 +453,7 @@ describe('Error overlay for hydration errors in App router', () => {
453453 "componentStack": "...
454454 <InnerScrollAndFocusHandler segmentPath={[...]} focusAndScrollRef={{apply:false, ...}}>
455455 <ErrorBoundary errorComponent={undefined} errorStyles={undefined} errorScripts={undefined}>
456- <LoadingBoundary name={undefined} loading={null}>
456+ <LoadingBoundary name="extra-node..." loading={null}>
457457 <HTTPAccessFallbackBoundary notFound={undefined} forbidden={undefined} unauthorized={undefined}>
458458 <RedirectBoundary>
459459 <RedirectErrorBoundary router={{...}}>
@@ -510,7 +510,7 @@ describe('Error overlay for hydration errors in App router', () => {
510510 <ScrollAndFocusHandler segmentPath={[...]}>
511511 <InnerScrollAndFocusHandler segmentPath={[...]} focusAndScrollRef={{apply:false, ...}}>
512512 <ErrorBoundary errorComponent={undefined} errorStyles={undefined} errorScripts={undefined}>
513- <LoadingBoundary name={undefined} loading={null}>
513+ <LoadingBoundary name="p-under-p/" loading={null}>
514514 <HTTPAccessFallbackBoundary notFound={undefined} forbidden={undefined} unauthorized={undefined}>
515515 <RedirectBoundary>
516516 <RedirectErrorBoundary router={{...}}>
@@ -566,7 +566,7 @@ describe('Error overlay for hydration errors in App router', () => {
566566 <ScrollAndFocusHandler segmentPath={[...]}>
567567 <InnerScrollAndFocusHandler segmentPath={[...]} focusAndScrollRef={{apply:false, ...}}>
568568 <ErrorBoundary errorComponent={undefined} errorStyles={undefined} errorScripts={undefined}>
569- <LoadingBoundary name={undefined} loading={null}>
569+ <LoadingBoundary name="div-under-p/" loading={null}>
570570 <HTTPAccessFallbackBoundary notFound={undefined} forbidden={undefined} unauthorized={undefined}>
571571 <RedirectBoundary>
572572 <RedirectErrorBoundary router={{...}}>
@@ -625,7 +625,7 @@ describe('Error overlay for hydration errors in App router', () => {
625625 <ScrollAndFocusHandler segmentPath={[...]}>
626626 <InnerScrollAndFocusHandler segmentPath={[...]} focusAndScrollRef={{apply:false, ...}}>
627627 <ErrorBoundary errorComponent={undefined} errorStyles={undefined} errorScripts={undefined}>
628- <LoadingBoundary name={undefined} loading={null}>
628+ <LoadingBoundary name="tr-under-div/" loading={null}>
629629 <HTTPAccessFallbackBoundary notFound={undefined} forbidden={undefined} unauthorized={undefined}>
630630 <RedirectBoundary>
631631 <RedirectErrorBoundary router={{...}}>
@@ -682,7 +682,7 @@ describe('Error overlay for hydration errors in App router', () => {
682682 <ScrollAndFocusHandler segmentPath={[...]}>
683683 <InnerScrollAndFocusHandler segmentPath={[...]} focusAndScrollRef={{apply:false, ...}}>
684684 <ErrorBoundary errorComponent={undefined} errorStyles={undefined} errorScripts={undefined}>
685- <LoadingBoundary name={undefined} loading={null}>
685+ <LoadingBoundary name="bad-nesting/" loading={null}>
686686 <HTTPAccessFallbackBoundary notFound={undefined} forbidden={undefined} unauthorized={undefined}>
687687 <RedirectBoundary>
688688 <RedirectErrorBoundary router={{...}}>
@@ -902,7 +902,7 @@ describe('Error overlay for hydration errors in App router', () => {
902902 <ScrollAndFocusHandler segmentPath={[...]}>
903903 <InnerScrollAndFocusHandler segmentPath={[...]} focusAndScrollRef={{apply:false, ...}}>
904904 <ErrorBoundary errorComponent={undefined} errorStyles={undefined} errorScripts={undefined}>
905- <LoadingBoundary name="(script-un... " loading={null}>
905+ <LoadingBoundary name="/ " loading={null}>
906906 <HTTPAccessFallbackBoundary notFound={<SegmentViewNode>} forbidden={undefined} unauthorized={undefined}>
907907 <HTTPAccessFallbackErrorBoundary pathname="/script-un..." notFound={<SegmentViewNode>} ...>
908908 <RedirectBoundary>
@@ -966,7 +966,7 @@ describe('Error overlay for hydration errors in App router', () => {
966966 <ScrollAndFocusHandler segmentPath={[...]}>
967967 <InnerScrollAndFocusHandler segmentPath={[...]} focusAndScrollRef={{apply:false, ...}}>
968968 <ErrorBoundary errorComponent={undefined} errorStyles={undefined} errorScripts={undefined}>
969- <LoadingBoundary name="(script-un... " loading={null}>
969+ <LoadingBoundary name="/ " loading={null}>
970970 <HTTPAccessFallbackBoundary notFound={<SegmentViewNode>} forbidden={undefined} unauthorized={undefined}>
971971 <HTTPAccessFallbackErrorBoundary pathname="/script-un..." notFound={<SegmentViewNode>} ...>
972972 <RedirectBoundary>
0 commit comments