mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Updated copyright text to Copyright (c) Meta Platforms, Inc. and its … (#26830)
…affiliates. ## Summary There were 8 different places where the copyright comment was wrong. Rewrote from "Copyright (c) Facebook, Inc. and its affiliates." to "Copyright (c) Meta Platforms, Inc. and its affiliates." ## How did you test this change? No code was changed. Comment was still a comment after changes. Co-authored-by: Dennis Moradkhani <denmo530@student.liu.se> DiffTrain build for commit https://github.com/facebook/react/commit/4b877b6c661417e932056e12732e3d2697562dc8.
This commit is contained in:
co-authored by
Dennis Moradkhani
parent
3c60dbb4dc
commit
5112e9fbcf
+1
-1
@@ -23930,7 +23930,7 @@ function createFiberRoot(
|
||||
return root;
|
||||
}
|
||||
|
||||
var ReactVersion = "18.3.0-canary-5309f1028-20230517";
|
||||
var ReactVersion = "18.3.0-canary-4b877b6c6-20230519";
|
||||
|
||||
// Might add PROFILE later.
|
||||
|
||||
|
||||
+2
-2
@@ -8617,7 +8617,7 @@ var devToolsConfig$jscomp$inline_1036 = {
|
||||
throw Error("TestRenderer does not support findFiberByHostInstance()");
|
||||
},
|
||||
bundleType: 0,
|
||||
version: "18.3.0-canary-5309f1028-20230517",
|
||||
version: "18.3.0-canary-4b877b6c6-20230519",
|
||||
rendererPackageName: "react-test-renderer"
|
||||
};
|
||||
var internals$jscomp$inline_1235 = {
|
||||
@@ -8648,7 +8648,7 @@ var internals$jscomp$inline_1235 = {
|
||||
scheduleRoot: null,
|
||||
setRefreshHandler: null,
|
||||
getCurrentFiber: null,
|
||||
reconcilerVersion: "18.3.0-canary-5309f1028-20230517"
|
||||
reconcilerVersion: "18.3.0-canary-4b877b6c6-20230519"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_1236 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
|
||||
+2
-2
@@ -9043,7 +9043,7 @@ var devToolsConfig$jscomp$inline_1078 = {
|
||||
throw Error("TestRenderer does not support findFiberByHostInstance()");
|
||||
},
|
||||
bundleType: 0,
|
||||
version: "18.3.0-canary-5309f1028-20230517",
|
||||
version: "18.3.0-canary-4b877b6c6-20230519",
|
||||
rendererPackageName: "react-test-renderer"
|
||||
};
|
||||
var internals$jscomp$inline_1276 = {
|
||||
@@ -9074,7 +9074,7 @@ var internals$jscomp$inline_1276 = {
|
||||
scheduleRoot: null,
|
||||
setRefreshHandler: null,
|
||||
getCurrentFiber: null,
|
||||
reconcilerVersion: "18.3.0-canary-5309f1028-20230517"
|
||||
reconcilerVersion: "18.3.0-canary-4b877b6c6-20230519"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_1277 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
|
||||
+1
-1
@@ -27,7 +27,7 @@ if (
|
||||
}
|
||||
"use strict";
|
||||
|
||||
var ReactVersion = "18.3.0-canary-5309f1028-20230517";
|
||||
var ReactVersion = "18.3.0-canary-4b877b6c6-20230519";
|
||||
|
||||
// ATTENTION
|
||||
// When adding new symbols to this file,
|
||||
|
||||
+1
-1
@@ -642,4 +642,4 @@ exports.useSyncExternalStore = function (
|
||||
);
|
||||
};
|
||||
exports.useTransition = useTransition;
|
||||
exports.version = "18.3.0-canary-5309f1028-20230517";
|
||||
exports.version = "18.3.0-canary-4b877b6c6-20230519";
|
||||
|
||||
+1
-1
@@ -645,7 +645,7 @@ exports.useSyncExternalStore = function (
|
||||
);
|
||||
};
|
||||
exports.useTransition = useTransition;
|
||||
exports.version = "18.3.0-canary-5309f1028-20230517";
|
||||
exports.version = "18.3.0-canary-4b877b6c6-20230519";
|
||||
|
||||
/* global __REACT_DEVTOOLS_GLOBAL_HOOK__ */
|
||||
if (
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
5309f102854475030fb91ab732141411b49c1126
|
||||
4b877b6c661417e932056e12732e3d2697562dc8
|
||||
|
||||
Reference in New Issue
Block a user