mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Remove excess validation (#27223)
stacked on #27222 When I initially developed Float I was trying to be extremely clever in how to explain when there are mismatching Resource instances. I still think that we should do some kind of validation here but I want to implement something much simpler. In practice there are not many cases where you would accidentally create the same resource twice but with differing props. Since I am going to land `preloadModule` and `preinitModule` soon and I want to avoid adding to the overly complex dev validation there I am going to remove it now and add something later that is simplified. DiffTrain build for commit https://github.com/facebook/react/commit/5ea1397b2b62875dfb521cf8de0efcc15d0df797.
This commit is contained in:
+1
-1
@@ -23961,7 +23961,7 @@ function createFiberRoot(
|
||||
return root;
|
||||
}
|
||||
|
||||
var ReactVersion = "18.3.0-canary-5ad8ef577-20230814";
|
||||
var ReactVersion = "18.3.0-canary-5ea1397b2-20230814";
|
||||
|
||||
// Might add PROFILE later.
|
||||
|
||||
|
||||
+2
-2
@@ -8615,7 +8615,7 @@ var devToolsConfig$jscomp$inline_1029 = {
|
||||
throw Error("TestRenderer does not support findFiberByHostInstance()");
|
||||
},
|
||||
bundleType: 0,
|
||||
version: "18.3.0-canary-5ad8ef577-20230814",
|
||||
version: "18.3.0-canary-5ea1397b2-20230814",
|
||||
rendererPackageName: "react-test-renderer"
|
||||
};
|
||||
var internals$jscomp$inline_1228 = {
|
||||
@@ -8646,7 +8646,7 @@ var internals$jscomp$inline_1228 = {
|
||||
scheduleRoot: null,
|
||||
setRefreshHandler: null,
|
||||
getCurrentFiber: null,
|
||||
reconcilerVersion: "18.3.0-canary-5ad8ef577-20230814"
|
||||
reconcilerVersion: "18.3.0-canary-5ea1397b2-20230814"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_1229 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
|
||||
+2
-2
@@ -9041,7 +9041,7 @@ var devToolsConfig$jscomp$inline_1071 = {
|
||||
throw Error("TestRenderer does not support findFiberByHostInstance()");
|
||||
},
|
||||
bundleType: 0,
|
||||
version: "18.3.0-canary-5ad8ef577-20230814",
|
||||
version: "18.3.0-canary-5ea1397b2-20230814",
|
||||
rendererPackageName: "react-test-renderer"
|
||||
};
|
||||
var internals$jscomp$inline_1269 = {
|
||||
@@ -9072,7 +9072,7 @@ var internals$jscomp$inline_1269 = {
|
||||
scheduleRoot: null,
|
||||
setRefreshHandler: null,
|
||||
getCurrentFiber: null,
|
||||
reconcilerVersion: "18.3.0-canary-5ad8ef577-20230814"
|
||||
reconcilerVersion: "18.3.0-canary-5ea1397b2-20230814"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_1270 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
|
||||
+1
-1
@@ -27,7 +27,7 @@ if (
|
||||
}
|
||||
"use strict";
|
||||
|
||||
var ReactVersion = "18.3.0-canary-5ad8ef577-20230814";
|
||||
var ReactVersion = "18.3.0-canary-5ea1397b2-20230814";
|
||||
|
||||
// ATTENTION
|
||||
// When adding new symbols to this file,
|
||||
|
||||
+1
-1
@@ -616,4 +616,4 @@ exports.useSyncExternalStore = function (
|
||||
exports.useTransition = function () {
|
||||
return ReactCurrentDispatcher.current.useTransition();
|
||||
};
|
||||
exports.version = "18.3.0-canary-5ad8ef577-20230814";
|
||||
exports.version = "18.3.0-canary-5ea1397b2-20230814";
|
||||
|
||||
+1
-1
@@ -619,7 +619,7 @@ exports.useSyncExternalStore = function (
|
||||
exports.useTransition = function () {
|
||||
return ReactCurrentDispatcher.current.useTransition();
|
||||
};
|
||||
exports.version = "18.3.0-canary-5ad8ef577-20230814";
|
||||
exports.version = "18.3.0-canary-5ea1397b2-20230814";
|
||||
|
||||
/* global __REACT_DEVTOOLS_GLOBAL_HOOK__ */
|
||||
if (
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
5ad8ef57729fa4a57aeec3f9b0516325248dba85
|
||||
5ea1397b2b62875dfb521cf8de0efcc15d0df797
|
||||
|
||||
Reference in New Issue
Block a user