@@ -12,7 +12,7 @@ import type {
1212 FormatContext ,
1313 StreamingFormat ,
1414 InstructionState ,
15- } from './ReactDOMServerFormatConfig ' ;
15+ } from './ReactFizzConfigDOM ' ;
1616
1717import {
1818 createResponseState as createResponseStateImpl ,
@@ -23,7 +23,7 @@ import {
2323 writeEndCompletedSuspenseBoundary as writeEndCompletedSuspenseBoundaryImpl ,
2424 writeEndClientRenderedSuspenseBoundary as writeEndClientRenderedSuspenseBoundaryImpl ,
2525 HTML_MODE ,
26- } from './ReactDOMServerFormatConfig ' ;
26+ } from './ReactFizzConfigDOM ' ;
2727
2828import type {
2929 Destination ,
@@ -34,7 +34,7 @@ import type {
3434export const isPrimaryRenderer = false ;
3535
3636export type ResponseState = {
37- // Keep this in sync with ReactDOMServerFormatConfig
37+ // Keep this in sync with ReactFizzConfigDOM
3838 bootstrapChunks : Array < Chunk | PrecomputedChunk > ,
3939 placeholderPrefix : PrecomputedChunk ,
4040 segmentPrefix : PrecomputedChunk ,
@@ -71,7 +71,7 @@ export function createResponseState(
7171 externalRuntimeConfig ,
7272 ) ;
7373 return {
74- // Keep this in sync with ReactDOMServerFormatConfig
74+ // Keep this in sync with ReactFizzConfigDOM
7575 bootstrapChunks : responseState . bootstrapChunks ,
7676 placeholderPrefix : responseState . placeholderPrefix ,
7777 segmentPrefix : responseState . segmentPrefix ,
@@ -109,7 +109,7 @@ export type {
109109 BoundaryResources ,
110110 FormatContext ,
111111 SuspenseBoundaryID ,
112- } from './ReactDOMServerFormatConfig ' ;
112+ } from './ReactFizzConfigDOM ' ;
113113
114114export {
115115 getChildFormatContext ,
@@ -139,7 +139,7 @@ export {
139139 setCurrentlyRenderingBoundaryResourcesTarget ,
140140 prepareToRender ,
141141 cleanupAfterRender ,
142- } from './ReactDOMServerFormatConfig ' ;
142+ } from './ReactFizzConfigDOM ' ;
143143
144144import { stringToChunk } from 'react-server/src/ReactServerStreamConfig' ;
145145
0 commit comments