Revert "Build: use content hash for facebook-react-native build" (#27584)

Reverts facebook/react#27577.

We also sync React Native OSS bundles which means this didn't work as
hoped unless we abandon the commit hash in OSS which seems useful.

DiffTrain build for [97047a810c](https://github.com/facebook/react/commit/97047a810cb19e3041a3ec163f4fde85f495bdc1)
This commit is contained in:
kassens
2023-10-25 19:12:26 +00:00
parent 6a86afb87e
commit 242f985096
14 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -1 +1 @@
a9985529f1aa55477f0feafe2398d36707cf6108
97047a810cb19e3041a3ec163f4fde85f495bdc1
+1 -1
View File
@@ -27,7 +27,7 @@ if (
}
"use strict";
var ReactVersion = "18.3.0-www-modern-be9acb5b";
var ReactVersion = "18.3.0-www-modern-8a5fff1f";
// ATTENTION
// When adding new symbols to this file,
+1 -1
View File
@@ -579,4 +579,4 @@ exports.useSyncExternalStore = function (
exports.useTransition = function () {
return ReactCurrentDispatcher.current.useTransition();
};
exports.version = "18.3.0-www-modern-ac0f5360";
exports.version = "18.3.0-www-modern-e84915a0";
@@ -590,7 +590,7 @@ exports.useSyncExternalStore = function (
exports.useTransition = function () {
return ReactCurrentDispatcher.current.useTransition();
};
exports.version = "18.3.0-www-modern-a09b3b42";
exports.version = "18.3.0-www-modern-8b229aeb";
/* global __REACT_DEVTOOLS_GLOBAL_HOOK__ */
if (
+1 -1
View File
@@ -69,7 +69,7 @@ function _assertThisInitialized(self) {
return self;
}
var ReactVersion = "18.3.0-www-modern-df61861e";
var ReactVersion = "18.3.0-www-modern-f0ea8864";
var LegacyRoot = 0;
var ConcurrentRoot = 1;
@@ -9850,7 +9850,7 @@ var slice = Array.prototype.slice,
return null;
},
bundleType: 0,
version: "18.3.0-www-modern-797e6021",
version: "18.3.0-www-modern-4b9b2c3c",
rendererPackageName: "react-art"
};
var internals$jscomp$inline_1302 = {
@@ -9881,7 +9881,7 @@ var internals$jscomp$inline_1302 = {
scheduleRoot: null,
setRefreshHandler: null,
getCurrentFiber: null,
reconcilerVersion: "18.3.0-www-modern-797e6021"
reconcilerVersion: "18.3.0-www-modern-4b9b2c3c"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_1303 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
+1 -1
View File
@@ -34004,7 +34004,7 @@ function createFiberRoot(
return root;
}
var ReactVersion = "18.3.0-www-modern-32f0b929";
var ReactVersion = "18.3.0-www-modern-7aff7d5d";
function createPortal$1(
children,
@@ -16011,7 +16011,7 @@ Internals.Events = [
var devToolsConfig$jscomp$inline_1755 = {
findFiberByHostInstance: getClosestInstanceFromNode,
bundleType: 0,
version: "18.3.0-www-modern-efcd4001",
version: "18.3.0-www-modern-4b17b85c",
rendererPackageName: "react-dom"
};
var internals$jscomp$inline_2106 = {
@@ -16042,7 +16042,7 @@ var internals$jscomp$inline_2106 = {
scheduleRoot: null,
setRefreshHandler: null,
getCurrentFiber: null,
reconcilerVersion: "18.3.0-www-modern-efcd4001"
reconcilerVersion: "18.3.0-www-modern-4b17b85c"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_2107 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -16307,4 +16307,4 @@ exports.useFormState = function () {
exports.useFormStatus = function () {
throw Error(formatProdErrorMessage(248));
};
exports.version = "18.3.0-www-modern-efcd4001";
exports.version = "18.3.0-www-modern-4b17b85c";
@@ -16781,7 +16781,7 @@ Internals.Events = [
var devToolsConfig$jscomp$inline_1840 = {
findFiberByHostInstance: getClosestInstanceFromNode,
bundleType: 0,
version: "18.3.0-www-modern-75e3de0a",
version: "18.3.0-www-modern-c2da1a8c",
rendererPackageName: "react-dom"
};
(function (internals) {
@@ -16826,7 +16826,7 @@ var devToolsConfig$jscomp$inline_1840 = {
scheduleRoot: null,
setRefreshHandler: null,
getCurrentFiber: null,
reconcilerVersion: "18.3.0-www-modern-75e3de0a"
reconcilerVersion: "18.3.0-www-modern-c2da1a8c"
});
exports.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = Internals;
exports.createPortal = function (children, container) {
@@ -17078,7 +17078,7 @@ exports.useFormState = function () {
exports.useFormStatus = function () {
throw Error(formatProdErrorMessage(248));
};
exports.version = "18.3.0-www-modern-75e3de0a";
exports.version = "18.3.0-www-modern-c2da1a8c";
/* global __REACT_DEVTOOLS_GLOBAL_HOOK__ */
if (
@@ -19,7 +19,7 @@ if (__DEV__) {
var React = require("react");
var ReactDOM = require("react-dom");
var ReactVersion = "18.3.0-www-modern-df61861e";
var ReactVersion = "18.3.0-www-modern-f0ea8864";
// This refers to a WWW module.
var warningWWW = require("warning");
@@ -4989,4 +4989,4 @@ exports.renderToString = function (children, options) {
'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server'
);
};
exports.version = "18.3.0-www-modern-797e6021";
exports.version = "18.3.0-www-modern-4b9b2c3c";
@@ -34621,7 +34621,7 @@ function createFiberRoot(
return root;
}
var ReactVersion = "18.3.0-www-modern-ac0f5360";
var ReactVersion = "18.3.0-www-modern-e84915a0";
function createPortal$1(
children,
@@ -16391,7 +16391,7 @@ Internals.Events = [
var devToolsConfig$jscomp$inline_1784 = {
findFiberByHostInstance: getClosestInstanceFromNode,
bundleType: 0,
version: "18.3.0-www-modern-a09b3b42",
version: "18.3.0-www-modern-8b229aeb",
rendererPackageName: "react-dom"
};
var internals$jscomp$inline_2140 = {
@@ -16422,7 +16422,7 @@ var internals$jscomp$inline_2140 = {
scheduleRoot: null,
setRefreshHandler: null,
getCurrentFiber: null,
reconcilerVersion: "18.3.0-www-modern-a09b3b42"
reconcilerVersion: "18.3.0-www-modern-8b229aeb"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_2141 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -16838,4 +16838,4 @@ exports.useFormState = function () {
exports.useFormStatus = function () {
throw Error(formatProdErrorMessage(248));
};
exports.version = "18.3.0-www-modern-a09b3b42";
exports.version = "18.3.0-www-modern-8b229aeb";
@@ -25267,7 +25267,7 @@ function createFiberRoot(
return root;
}
var ReactVersion = "18.3.0-www-modern-69dcdcef";
var ReactVersion = "18.3.0-www-modern-c5313fe8";
// Might add PROFILE later.