Skip to content

Commit

Permalink
Rename ReactServerFormatConfig to ReactFizzConfig (#26591)
Browse files Browse the repository at this point in the history
part of #26571

merging separately to improve tracking of file renames

DiffTrain build for [ffb8eac](ffb8eac)
  • Loading branch information
gnoff committed Apr 10, 2023
1 parent 6e3e2fd commit 2e48109
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion compiled/facebook-www/REVISION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
f4f873f6282e6f2e584990c00fb2aae86db85a8b
ffb8eaca5966fc7733bd0a23f4055e26d2cc59d7
4 changes: 2 additions & 2 deletions compiled/facebook-www/ReactDOMServer-dev.classic.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if (__DEV__) {
var React = require("react");
var ReactDOM = require("react-dom");

var ReactVersion = "18.3.0-www-classic-b6bf131d";
var ReactVersion = "18.3.0-www-classic-0673a8a9";

// This refers to a WWW module.
var warningWWW = require("warning");
Expand Down Expand Up @@ -7290,7 +7290,7 @@ function createResponseState(
externalRuntimeConfig
);
return {
// Keep this in sync with ReactDOMServerFormatConfig
// Keep this in sync with ReactFizzConfigDOM
bootstrapChunks: responseState.bootstrapChunks,
placeholderPrefix: responseState.placeholderPrefix,
segmentPrefix: responseState.segmentPrefix,
Expand Down
4 changes: 2 additions & 2 deletions compiled/facebook-www/ReactDOMServer-dev.modern.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if (__DEV__) {
var React = require("react");
var ReactDOM = require("react-dom");

var ReactVersion = "18.3.0-www-modern-e23ace58";
var ReactVersion = "18.3.0-www-modern-8e893346";

// This refers to a WWW module.
var warningWWW = require("warning");
Expand Down Expand Up @@ -7290,7 +7290,7 @@ function createResponseState(
externalRuntimeConfig
);
return {
// Keep this in sync with ReactDOMServerFormatConfig
// Keep this in sync with ReactFizzConfigDOM
bootstrapChunks: responseState.bootstrapChunks,
placeholderPrefix: responseState.placeholderPrefix,
segmentPrefix: responseState.segmentPrefix,
Expand Down

0 comments on commit 2e48109

Please sign in to comment.