Skip to content

Commit 94a4952

Browse files
committed
Add flow types to Maps in ReactNativeViewConfigRegistry.js (#26064)
Need to add types to these two maps to unblock React Native sync. DiffTrain build for [0652bdb](0652bdb) [View git log for this commit](https://github.com/facebook/react/commits/0652bdbd10f6192e10f6cab9602f6bbfe5fd2c8e)
1 parent a5d2d83 commit 94a4952

28 files changed

+42
-42
lines changed

compiled/facebook-www/REVISION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ee85098019bf9703b32f608f8bbd5f8fb1a7d60b
1+
0652bdbd10f6192e10f6cab9602f6bbfe5fd2c8e
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ee85098019bf9703b32f608f8bbd5f8fb1a7d60b
1+
0652bdbd10f6192e10f6cab9602f6bbfe5fd2c8e

compiled/facebook-www/React-dev.classic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if (
2727
}
2828
"use strict";
2929

30-
var ReactVersion = "18.3.0-www-classic-ee8509801-20230117";
30+
var ReactVersion = "18.3.0-www-classic-0652bdbd1-20230127";
3131

3232
// ATTENTION
3333
// When adding new symbols to this file,

compiled/facebook-www/React-dev.modern.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if (
2727
}
2828
"use strict";
2929

30-
var ReactVersion = "18.3.0-www-modern-ee8509801-20230117";
30+
var ReactVersion = "18.3.0-www-modern-0652bdbd1-20230127";
3131

3232
// ATTENTION
3333
// When adding new symbols to this file,

compiled/facebook-www/React-prod.classic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,4 +643,4 @@ exports.useSyncExternalStore = function(
643643
);
644644
};
645645
exports.useTransition = useTransition;
646-
exports.version = "18.3.0-www-classic-ee8509801-20230117";
646+
exports.version = "18.3.0-www-classic-0652bdbd1-20230127";

compiled/facebook-www/React-prod.modern.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,4 +635,4 @@ exports.useSyncExternalStore = function(
635635
);
636636
};
637637
exports.useTransition = useTransition;
638-
exports.version = "18.3.0-www-modern-ee8509801-20230117";
638+
exports.version = "18.3.0-www-modern-0652bdbd1-20230127";

compiled/facebook-www/React-profiling.classic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ exports.useSyncExternalStore = function(
654654
);
655655
};
656656
exports.useTransition = useTransition;
657-
exports.version = "18.3.0-www-classic-ee8509801-20230117";
657+
exports.version = "18.3.0-www-classic-0652bdbd1-20230127";
658658

659659
/* global __REACT_DEVTOOLS_GLOBAL_HOOK__ */
660660
if (

compiled/facebook-www/React-profiling.modern.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ exports.useSyncExternalStore = function(
646646
);
647647
};
648648
exports.useTransition = useTransition;
649-
exports.version = "18.3.0-www-modern-ee8509801-20230117";
649+
exports.version = "18.3.0-www-modern-0652bdbd1-20230127";
650650

651651
/* global __REACT_DEVTOOLS_GLOBAL_HOOK__ */
652652
if (

compiled/facebook-www/ReactART-dev.classic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ function _assertThisInitialized(self) {
6969
return self;
7070
}
7171

72-
var ReactVersion = "18.3.0-www-classic-ee8509801-20230117";
72+
var ReactVersion = "18.3.0-www-classic-0652bdbd1-20230127";
7373

7474
var LegacyRoot = 0;
7575
var ConcurrentRoot = 1;

compiled/facebook-www/ReactART-dev.modern.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ function _assertThisInitialized(self) {
6969
return self;
7070
}
7171

72-
var ReactVersion = "18.3.0-www-modern-ee8509801-20230117";
72+
var ReactVersion = "18.3.0-www-modern-0652bdbd1-20230127";
7373

7474
var LegacyRoot = 0;
7575
var ConcurrentRoot = 1;

compiled/facebook-www/ReactART-prod.classic.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9804,7 +9804,7 @@ var slice = Array.prototype.slice,
98049804
return null;
98059805
},
98069806
bundleType: 0,
9807-
version: "18.3.0-www-classic-ee8509801-20230117",
9807+
version: "18.3.0-www-classic-0652bdbd1-20230127",
98089808
rendererPackageName: "react-art"
98099809
};
98109810
var internals$jscomp$inline_1318 = {
@@ -9835,7 +9835,7 @@ var internals$jscomp$inline_1318 = {
98359835
scheduleRoot: null,
98369836
setRefreshHandler: null,
98379837
getCurrentFiber: null,
9838-
reconcilerVersion: "18.3.0-next-ee8509801-20230117"
9838+
reconcilerVersion: "18.3.0-next-0652bdbd1-20230127"
98399839
};
98409840
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
98419841
var hook$jscomp$inline_1319 = __REACT_DEVTOOLS_GLOBAL_HOOK__;

compiled/facebook-www/ReactART-prod.modern.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9471,7 +9471,7 @@ var slice = Array.prototype.slice,
94719471
return null;
94729472
},
94739473
bundleType: 0,
9474-
version: "18.3.0-www-modern-ee8509801-20230117",
9474+
version: "18.3.0-www-modern-0652bdbd1-20230127",
94759475
rendererPackageName: "react-art"
94769476
};
94779477
var internals$jscomp$inline_1309 = {
@@ -9502,7 +9502,7 @@ var internals$jscomp$inline_1309 = {
95029502
scheduleRoot: null,
95039503
setRefreshHandler: null,
95049504
getCurrentFiber: null,
9505-
reconcilerVersion: "18.3.0-next-ee8509801-20230117"
9505+
reconcilerVersion: "18.3.0-next-0652bdbd1-20230127"
95069506
};
95079507
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
95089508
var hook$jscomp$inline_1310 = __REACT_DEVTOOLS_GLOBAL_HOOK__;

compiled/facebook-www/ReactDOM-dev.classic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42646,7 +42646,7 @@ function createFiberRoot(
4264642646
return root;
4264742647
}
4264842648

42649-
var ReactVersion = "18.3.0-www-classic-ee8509801-20230117";
42649+
var ReactVersion = "18.3.0-www-classic-0652bdbd1-20230127";
4265042650

4265142651
function createPortal(
4265242652
children,

compiled/facebook-www/ReactDOM-dev.modern.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42370,7 +42370,7 @@ function createFiberRoot(
4237042370
return root;
4237142371
}
4237242372

42373-
var ReactVersion = "18.3.0-www-modern-ee8509801-20230117";
42373+
var ReactVersion = "18.3.0-www-modern-0652bdbd1-20230127";
4237442374

4237542375
function createPortal(
4237642376
children,

compiled/facebook-www/ReactDOM-prod.classic.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15529,7 +15529,7 @@ Internals.Events = [
1552915529
var devToolsConfig$jscomp$inline_1750 = {
1553015530
findFiberByHostInstance: getClosestInstanceFromNode,
1553115531
bundleType: 0,
15532-
version: "18.3.0-www-classic-ee8509801-20230117",
15532+
version: "18.3.0-www-classic-0652bdbd1-20230127",
1553315533
rendererPackageName: "react-dom"
1553415534
};
1553515535
var internals$jscomp$inline_2134 = {
@@ -15559,7 +15559,7 @@ var internals$jscomp$inline_2134 = {
1555915559
scheduleRoot: null,
1556015560
setRefreshHandler: null,
1556115561
getCurrentFiber: null,
15562-
reconcilerVersion: "18.3.0-next-ee8509801-20230117"
15562+
reconcilerVersion: "18.3.0-next-0652bdbd1-20230127"
1556315563
};
1556415564
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1556515565
var hook$jscomp$inline_2135 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -15801,4 +15801,4 @@ exports.unstable_renderSubtreeIntoContainer = function(
1580115801
);
1580215802
};
1580315803
exports.unstable_runWithPriority = runWithPriority;
15804-
exports.version = "18.3.0-next-ee8509801-20230117";
15804+
exports.version = "18.3.0-next-0652bdbd1-20230127";

compiled/facebook-www/ReactDOM-prod.modern.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15090,7 +15090,7 @@ Internals.Events = [
1509015090
var devToolsConfig$jscomp$inline_1718 = {
1509115091
findFiberByHostInstance: getClosestInstanceFromNode,
1509215092
bundleType: 0,
15093-
version: "18.3.0-www-modern-ee8509801-20230117",
15093+
version: "18.3.0-www-modern-0652bdbd1-20230127",
1509415094
rendererPackageName: "react-dom"
1509515095
};
1509615096
var internals$jscomp$inline_2109 = {
@@ -15121,7 +15121,7 @@ var internals$jscomp$inline_2109 = {
1512115121
scheduleRoot: null,
1512215122
setRefreshHandler: null,
1512315123
getCurrentFiber: null,
15124-
reconcilerVersion: "18.3.0-next-ee8509801-20230117"
15124+
reconcilerVersion: "18.3.0-next-0652bdbd1-20230127"
1512515125
};
1512615126
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1512715127
var hook$jscomp$inline_2110 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -15309,4 +15309,4 @@ exports.unstable_flushControlled = function(fn) {
1530915309
}
1531015310
};
1531115311
exports.unstable_runWithPriority = runWithPriority;
15312-
exports.version = "18.3.0-next-ee8509801-20230117";
15312+
exports.version = "18.3.0-next-0652bdbd1-20230127";

compiled/facebook-www/ReactDOM-profiling.classic.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16299,7 +16299,7 @@ Internals.Events = [
1629916299
var devToolsConfig$jscomp$inline_1824 = {
1630016300
findFiberByHostInstance: getClosestInstanceFromNode,
1630116301
bundleType: 0,
16302-
version: "18.3.0-www-classic-ee8509801-20230117",
16302+
version: "18.3.0-www-classic-0652bdbd1-20230127",
1630316303
rendererPackageName: "react-dom"
1630416304
};
1630516305
(function(internals) {
@@ -16343,7 +16343,7 @@ var devToolsConfig$jscomp$inline_1824 = {
1634316343
scheduleRoot: null,
1634416344
setRefreshHandler: null,
1634516345
getCurrentFiber: null,
16346-
reconcilerVersion: "18.3.0-next-ee8509801-20230117"
16346+
reconcilerVersion: "18.3.0-next-0652bdbd1-20230127"
1634716347
});
1634816348
assign(Internals, {
1634916349
ReactBrowserEventEmitter: {
@@ -16572,7 +16572,7 @@ exports.unstable_renderSubtreeIntoContainer = function(
1657216572
);
1657316573
};
1657416574
exports.unstable_runWithPriority = runWithPriority;
16575-
exports.version = "18.3.0-next-ee8509801-20230117";
16575+
exports.version = "18.3.0-next-0652bdbd1-20230127";
1657616576

1657716577
/* global __REACT_DEVTOOLS_GLOBAL_HOOK__ */
1657816578
if (

compiled/facebook-www/ReactDOM-profiling.modern.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15850,7 +15850,7 @@ Internals.Events = [
1585015850
var devToolsConfig$jscomp$inline_1792 = {
1585115851
findFiberByHostInstance: getClosestInstanceFromNode,
1585215852
bundleType: 0,
15853-
version: "18.3.0-www-modern-ee8509801-20230117",
15853+
version: "18.3.0-www-modern-0652bdbd1-20230127",
1585415854
rendererPackageName: "react-dom"
1585515855
};
1585615856
(function(internals) {
@@ -15895,7 +15895,7 @@ var devToolsConfig$jscomp$inline_1792 = {
1589515895
scheduleRoot: null,
1589615896
setRefreshHandler: null,
1589715897
getCurrentFiber: null,
15898-
reconcilerVersion: "18.3.0-next-ee8509801-20230117"
15898+
reconcilerVersion: "18.3.0-next-0652bdbd1-20230127"
1589915899
});
1590015900
exports.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = Internals;
1590115901
exports.createPortal = function(children, container) {
@@ -16070,7 +16070,7 @@ exports.unstable_flushControlled = function(fn) {
1607016070
}
1607116071
};
1607216072
exports.unstable_runWithPriority = runWithPriority;
16073-
exports.version = "18.3.0-next-ee8509801-20230117";
16073+
exports.version = "18.3.0-next-0652bdbd1-20230127";
1607416074

1607516075
/* global __REACT_DEVTOOLS_GLOBAL_HOOK__ */
1607616076
if (

compiled/facebook-www/ReactDOMServer-dev.classic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if (__DEV__) {
1919
var React = require("react");
2020
var ReactDOM = require("react-dom");
2121

22-
var ReactVersion = "18.3.0-www-classic-ee8509801-20230117";
22+
var ReactVersion = "18.3.0-www-classic-0652bdbd1-20230127";
2323

2424
// This refers to a WWW module.
2525
var warningWWW = require("warning");

compiled/facebook-www/ReactDOMServer-dev.modern.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if (__DEV__) {
1919
var React = require("react");
2020
var ReactDOM = require("react-dom");
2121

22-
var ReactVersion = "18.3.0-www-modern-ee8509801-20230117";
22+
var ReactVersion = "18.3.0-www-modern-0652bdbd1-20230127";
2323

2424
// This refers to a WWW module.
2525
var warningWWW = require("warning");

compiled/facebook-www/ReactDOMServer-prod.classic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3633,4 +3633,4 @@ exports.renderToString = function(children, options) {
36333633
'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'
36343634
);
36353635
};
3636-
exports.version = "18.3.0-www-classic-ee8509801-20230117";
3636+
exports.version = "18.3.0-www-classic-0652bdbd1-20230127";

compiled/facebook-www/ReactDOMServer-prod.modern.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3546,4 +3546,4 @@ exports.renderToString = function(children, options) {
35463546
'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'
35473547
);
35483548
};
3549-
exports.version = "18.3.0-www-modern-ee8509801-20230117";
3549+
exports.version = "18.3.0-www-modern-0652bdbd1-20230127";

compiled/facebook-www/ReactDOMTesting-dev.classic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31185,7 +31185,7 @@ function createFiberRoot(
3118531185
return root;
3118631186
}
3118731187

31188-
var ReactVersion = "18.3.0-www-classic-ee8509801-20230117";
31188+
var ReactVersion = "18.3.0-www-classic-0652bdbd1-20230127";
3118931189

3119031190
function createPortal(
3119131191
children,

compiled/facebook-www/ReactDOMTesting-dev.modern.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38498,7 +38498,7 @@ function createFiberRoot(
3849838498
return root;
3849938499
}
3850038500

38501-
var ReactVersion = "18.3.0-www-modern-ee8509801-20230117";
38501+
var ReactVersion = "18.3.0-www-modern-0652bdbd1-20230127";
3850238502

3850338503
function createPortal(
3850438504
children,

compiled/facebook-www/ReactDOMTesting-prod.classic.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11328,7 +11328,7 @@ Internals.Events = [
1132811328
var devToolsConfig$jscomp$inline_1518 = {
1132911329
findFiberByHostInstance: getClosestInstanceFromNode,
1133011330
bundleType: 0,
11331-
version: "18.3.0-www-classic-ee8509801-20230117",
11331+
version: "18.3.0-www-classic-0652bdbd1-20230127",
1133211332
rendererPackageName: "react-dom"
1133311333
};
1133411334
var internals$jscomp$inline_2047 = {
@@ -11358,7 +11358,7 @@ var internals$jscomp$inline_2047 = {
1135811358
scheduleRoot: null,
1135911359
setRefreshHandler: null,
1136011360
getCurrentFiber: null,
11361-
reconcilerVersion: "18.3.0-next-ee8509801-20230117"
11361+
reconcilerVersion: "18.3.0-next-0652bdbd1-20230127"
1136211362
};
1136311363
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1136411364
var hook$jscomp$inline_2048 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -14847,4 +14847,4 @@ exports.unstable_renderSubtreeIntoContainer = function(
1484714847
);
1484814848
};
1484914849
exports.unstable_runWithPriority = runWithPriority;
14850-
exports.version = "18.3.0-next-ee8509801-20230117";
14850+
exports.version = "18.3.0-next-0652bdbd1-20230127";

compiled/facebook-www/ReactDOMTesting-prod.modern.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13967,7 +13967,7 @@ Internals.Events = [
1396713967
var devToolsConfig$jscomp$inline_1673 = {
1396813968
findFiberByHostInstance: getClosestInstanceFromNode,
1396913969
bundleType: 0,
13970-
version: "18.3.0-www-modern-ee8509801-20230117",
13970+
version: "18.3.0-www-modern-0652bdbd1-20230127",
1397113971
rendererPackageName: "react-dom"
1397213972
};
1397313973
var internals$jscomp$inline_2072 = {
@@ -13998,7 +13998,7 @@ var internals$jscomp$inline_2072 = {
1399813998
scheduleRoot: null,
1399913999
setRefreshHandler: null,
1400014000
getCurrentFiber: null,
14001-
reconcilerVersion: "18.3.0-next-ee8509801-20230117"
14001+
reconcilerVersion: "18.3.0-next-0652bdbd1-20230127"
1400214002
};
1400314003
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1400414004
var hook$jscomp$inline_2073 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -14321,4 +14321,4 @@ exports.unstable_flushControlled = function(fn) {
1432114321
}
1432214322
};
1432314323
exports.unstable_runWithPriority = runWithPriority;
14324-
exports.version = "18.3.0-next-ee8509801-20230117";
14324+
exports.version = "18.3.0-next-0652bdbd1-20230127";

compiled/facebook-www/ReactTestRenderer-dev.classic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23882,7 +23882,7 @@ function createFiberRoot(
2388223882
return root;
2388323883
}
2388423884

23885-
var ReactVersion = "18.3.0-www-classic-ee8509801-20230117";
23885+
var ReactVersion = "18.3.0-www-classic-0652bdbd1-20230127";
2388623886

2388723887
// Might add PROFILE later.
2388823888

compiled/facebook-www/ReactTestRenderer-dev.modern.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23882,7 +23882,7 @@ function createFiberRoot(
2388223882
return root;
2388323883
}
2388423884

23885-
var ReactVersion = "18.3.0-www-modern-ee8509801-20230117";
23885+
var ReactVersion = "18.3.0-www-modern-0652bdbd1-20230127";
2388623886

2388723887
// Might add PROFILE later.
2388823888

0 commit comments

Comments
 (0)