@@ -12,7 +12,7 @@ import type {
12
12
FormatContext ,
13
13
StreamingFormat ,
14
14
InstructionState ,
15
- } from './ReactDOMServerFormatConfig ' ;
15
+ } from './ReactFizzConfigDOM ' ;
16
16
17
17
import {
18
18
createResponseState as createResponseStateImpl ,
@@ -23,7 +23,7 @@ import {
23
23
writeEndCompletedSuspenseBoundary as writeEndCompletedSuspenseBoundaryImpl ,
24
24
writeEndClientRenderedSuspenseBoundary as writeEndClientRenderedSuspenseBoundaryImpl ,
25
25
HTML_MODE ,
26
- } from './ReactDOMServerFormatConfig ' ;
26
+ } from './ReactFizzConfigDOM ' ;
27
27
28
28
import type {
29
29
Destination ,
@@ -34,7 +34,7 @@ import type {
34
34
export const isPrimaryRenderer = false ;
35
35
36
36
export type ResponseState = {
37
- // Keep this in sync with ReactDOMServerFormatConfig
37
+ // Keep this in sync with ReactFizzConfigDOM
38
38
bootstrapChunks : Array < Chunk | PrecomputedChunk > ,
39
39
placeholderPrefix : PrecomputedChunk ,
40
40
segmentPrefix : PrecomputedChunk ,
@@ -71,7 +71,7 @@ export function createResponseState(
71
71
externalRuntimeConfig ,
72
72
) ;
73
73
return {
74
- // Keep this in sync with ReactDOMServerFormatConfig
74
+ // Keep this in sync with ReactFizzConfigDOM
75
75
bootstrapChunks : responseState . bootstrapChunks ,
76
76
placeholderPrefix : responseState . placeholderPrefix ,
77
77
segmentPrefix : responseState . segmentPrefix ,
@@ -109,7 +109,7 @@ export type {
109
109
BoundaryResources ,
110
110
FormatContext ,
111
111
SuspenseBoundaryID ,
112
- } from './ReactDOMServerFormatConfig ' ;
112
+ } from './ReactFizzConfigDOM ' ;
113
113
114
114
export {
115
115
getChildFormatContext ,
@@ -139,7 +139,7 @@ export {
139
139
setCurrentlyRenderingBoundaryResourcesTarget ,
140
140
prepareToRender ,
141
141
cleanupAfterRender ,
142
- } from './ReactDOMServerFormatConfig ' ;
142
+ } from './ReactFizzConfigDOM ' ;
143
143
144
144
import { stringToChunk } from 'react-server/src/ReactServerStreamConfig' ;
145
145
0 commit comments