Skip to content

Commit

Permalink
Revert recent hydration changes (#25812)
Browse files Browse the repository at this point in the history
We're reverting the stack of changes that this code belongs to in order
to unblock the sync to Meta's internal codebase. We will attempt to
re-land once the sync is unblocked.

I have not yet verified that this fixes the error that were reported
internally. I will do that before landing.

DiffTrain build for `d807eb52cfd999cfbcb19078a75b15f844e409bb`
  • Loading branch information
acdlite committed Dec 5, 2022
1 parent 98926ac commit 1d71836
Show file tree
Hide file tree
Showing 32 changed files with 1,744 additions and 2,636 deletions.
2 changes: 1 addition & 1 deletion compiled/facebook-www/React-dev.classic.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if (
}
"use strict";

var ReactVersion = "18.3.0-www-classic-2ccfa657d-20221205";
var ReactVersion = "18.3.0-www-classic-d807eb52c-20221205";

// ATTENTION
// When adding new symbols to this file,
Expand Down
2 changes: 1 addition & 1 deletion compiled/facebook-www/React-dev.modern.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if (
}
"use strict";

var ReactVersion = "18.3.0-www-modern-2ccfa657d-20221205";
var ReactVersion = "18.3.0-www-modern-d807eb52c-20221205";

// ATTENTION
// When adding new symbols to this file,
Expand Down
2 changes: 1 addition & 1 deletion compiled/facebook-www/React-prod.classic.js
Original file line number Diff line number Diff line change
Expand Up @@ -643,4 +643,4 @@ exports.useSyncExternalStore = function(
);
};
exports.useTransition = useTransition;
exports.version = "18.3.0-www-classic-2ccfa657d-20221205";
exports.version = "18.3.0-www-classic-d807eb52c-20221205";
2 changes: 1 addition & 1 deletion compiled/facebook-www/React-prod.modern.js
Original file line number Diff line number Diff line change
Expand Up @@ -635,4 +635,4 @@ exports.useSyncExternalStore = function(
);
};
exports.useTransition = useTransition;
exports.version = "18.3.0-www-modern-2ccfa657d-20221205";
exports.version = "18.3.0-www-modern-d807eb52c-20221205";
2 changes: 1 addition & 1 deletion compiled/facebook-www/React-profiling.classic.js
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ exports.useSyncExternalStore = function(
);
};
exports.useTransition = useTransition;
exports.version = "18.3.0-www-classic-2ccfa657d-20221205";
exports.version = "18.3.0-www-classic-d807eb52c-20221205";

/* global __REACT_DEVTOOLS_GLOBAL_HOOK__ */
if (
Expand Down
2 changes: 1 addition & 1 deletion compiled/facebook-www/React-profiling.modern.js
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ exports.useSyncExternalStore = function(
);
};
exports.useTransition = useTransition;
exports.version = "18.3.0-www-modern-2ccfa657d-20221205";
exports.version = "18.3.0-www-modern-d807eb52c-20221205";

/* global __REACT_DEVTOOLS_GLOBAL_HOOK__ */
if (
Expand Down
Loading

0 comments on commit 1d71836

Please sign in to comment.