Skip to content

Commit

Permalink
Rename ReactServerFormatConfig to ReactFizzConfig (#26591)
Browse files Browse the repository at this point in the history
This reverts commit 5988c2f.

DiffTrain build for [0108a62](0108a62)
  • Loading branch information
kassens committed Apr 20, 2023
1 parent 6325f82 commit 79869b0
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 @@
cdf4588242e1dc0c9b29f7539d9ae97d216d03d4
0108a62d6bed06f836ba904273541b74074806ca
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-83a1ba88";
var ReactVersion = "18.3.0-www-classic-8238abee";

// This refers to a WWW module.
var warningWWW = require("warning");
Expand Down Expand Up @@ -7366,7 +7366,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-06decfab";
var ReactVersion = "18.3.0-www-modern-6de99a59";

// This refers to a WWW module.
var warningWWW = require("warning");
Expand Down Expand Up @@ -7366,7 +7366,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 79869b0

Please sign in to comment.