Skip to content

Commit aef84c3

Browse files
committed
Update canary channel label to "beta" (#28905)
During the beta period, canaries will be published as `19.0.0-beta-<COMMIT_SHA>-<DATE>`. They will also be tagged as `beta` when published to npm. DiffTrain build for [f8a8eac](f8a8eac)
1 parent 0433358 commit aef84c3

21 files changed

+1030
-1132
lines changed

compiled/facebook-www/REVISION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
d285b3acbade77f9b17e6171dbda69ff4a033878
1+
f8a8eac86bac406724f327325f804e65e594dd68

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

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ function _assertThisInitialized(self) {
6363
return self;
6464
}
6565

66-
var ReactVersion = '19.0.0-www-classic-bcf613fa';
66+
var ReactVersion = '19.0.0-www-classic-58e69eb4';
6767

6868
var LegacyRoot = 0;
6969
var ConcurrentRoot = 1;
@@ -2751,7 +2751,7 @@ function commitTextUpdate(textInstance, oldText, newText) {// Noop
27512751
}
27522752
function commitMount(instance, type, newProps) {// Noop
27532753
}
2754-
function commitUpdate(instance, updatePayload, type, oldProps, newProps) {
2754+
function commitUpdate(instance, type, oldProps, newProps) {
27552755
instance._applyProps(instance, newProps, oldProps);
27562756
}
27572757
function hideInstance(instance) {
@@ -20204,13 +20204,10 @@ function commitMutationEffectsOnFiber(finishedWork, root, lanes) {
2020420204
// this case.
2020520205

2020620206
var oldProps = current !== null ? current.memoizedProps : newProps;
20207-
var type = finishedWork.type; // TODO: Type the updateQueue to be specific to host components.
20208-
20209-
var _updatePayload = finishedWork.updateQueue;
20210-
finishedWork.updateQueue = null;
20207+
var type = finishedWork.type;
2021120208

2021220209
try {
20213-
commitUpdate(_instance2, _updatePayload, type, oldProps, newProps, finishedWork);
20210+
commitUpdate(_instance2, type, oldProps, newProps, finishedWork);
2021420211
} catch (error) {
2021520212
captureCommitPhaseError(finishedWork, finishedWork.return, error);
2021620213
}

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

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ function _assertThisInitialized(self) {
6363
return self;
6464
}
6565

66-
var ReactVersion = '19.0.0-www-modern-f2d0174f';
66+
var ReactVersion = '19.0.0-www-modern-870f626b';
6767

6868
var LegacyRoot = 0;
6969
var ConcurrentRoot = 1;
@@ -2748,7 +2748,7 @@ function commitTextUpdate(textInstance, oldText, newText) {// Noop
27482748
}
27492749
function commitMount(instance, type, newProps) {// Noop
27502750
}
2751-
function commitUpdate(instance, updatePayload, type, oldProps, newProps) {
2751+
function commitUpdate(instance, type, oldProps, newProps) {
27522752
instance._applyProps(instance, newProps, oldProps);
27532753
}
27542754
function hideInstance(instance) {
@@ -19707,13 +19707,10 @@ function commitMutationEffectsOnFiber(finishedWork, root, lanes) {
1970719707
// this case.
1970819708

1970919709
var oldProps = current !== null ? current.memoizedProps : newProps;
19710-
var type = finishedWork.type; // TODO: Type the updateQueue to be specific to host components.
19711-
19712-
var _updatePayload = finishedWork.updateQueue;
19713-
finishedWork.updateQueue = null;
19710+
var type = finishedWork.type;
1971419711

1971519712
try {
19716-
commitUpdate(_instance2, _updatePayload, type, oldProps, newProps, finishedWork);
19713+
commitUpdate(_instance2, type, oldProps, newProps, finishedWork);
1971719714
} catch (error) {
1971819715
captureCommitPhaseError(finishedWork, finishedWork.return, error);
1971919716
}

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

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7939,7 +7939,6 @@ function commitMutationEffectsOnFiber(finishedWork, root) {
79397939
if (flags & 4 && ((flags = finishedWork.stateNode), null != flags)) {
79407940
var newProps = finishedWork.memoizedProps;
79417941
current = null !== current ? current.memoizedProps : newProps;
7942-
finishedWork.updateQueue = null;
79437942
try {
79447943
flags._applyProps(flags, newProps, current);
79457944
} catch (error$117) {
@@ -10622,19 +10621,19 @@ var slice = Array.prototype.slice,
1062210621
};
1062310622
return Text;
1062410623
})(React.Component),
10625-
devToolsConfig$jscomp$inline_1123 = {
10624+
devToolsConfig$jscomp$inline_1122 = {
1062610625
findFiberByHostInstance: function () {
1062710626
return null;
1062810627
},
1062910628
bundleType: 0,
10630-
version: "19.0.0-www-classic-7fa474dd",
10629+
version: "19.0.0-www-classic-43e809e4",
1063110630
rendererPackageName: "react-art"
1063210631
};
10633-
var internals$jscomp$inline_1331 = {
10634-
bundleType: devToolsConfig$jscomp$inline_1123.bundleType,
10635-
version: devToolsConfig$jscomp$inline_1123.version,
10636-
rendererPackageName: devToolsConfig$jscomp$inline_1123.rendererPackageName,
10637-
rendererConfig: devToolsConfig$jscomp$inline_1123.rendererConfig,
10632+
var internals$jscomp$inline_1330 = {
10633+
bundleType: devToolsConfig$jscomp$inline_1122.bundleType,
10634+
version: devToolsConfig$jscomp$inline_1122.version,
10635+
rendererPackageName: devToolsConfig$jscomp$inline_1122.rendererPackageName,
10636+
rendererConfig: devToolsConfig$jscomp$inline_1122.rendererConfig,
1063810637
overrideHookState: null,
1063910638
overrideHookStateDeletePath: null,
1064010639
overrideHookStateRenamePath: null,
@@ -10651,26 +10650,26 @@ var internals$jscomp$inline_1331 = {
1065110650
return null === fiber ? null : fiber.stateNode;
1065210651
},
1065310652
findFiberByHostInstance:
10654-
devToolsConfig$jscomp$inline_1123.findFiberByHostInstance ||
10653+
devToolsConfig$jscomp$inline_1122.findFiberByHostInstance ||
1065510654
emptyFindFiberByHostInstance,
1065610655
findHostInstancesForRefresh: null,
1065710656
scheduleRefresh: null,
1065810657
scheduleRoot: null,
1065910658
setRefreshHandler: null,
1066010659
getCurrentFiber: null,
10661-
reconcilerVersion: "19.0.0-www-classic-7fa474dd"
10660+
reconcilerVersion: "19.0.0-www-classic-43e809e4"
1066210661
};
1066310662
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
10664-
var hook$jscomp$inline_1332 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
10663+
var hook$jscomp$inline_1331 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
1066510664
if (
10666-
!hook$jscomp$inline_1332.isDisabled &&
10667-
hook$jscomp$inline_1332.supportsFiber
10665+
!hook$jscomp$inline_1331.isDisabled &&
10666+
hook$jscomp$inline_1331.supportsFiber
1066810667
)
1066910668
try {
10670-
(rendererID = hook$jscomp$inline_1332.inject(
10671-
internals$jscomp$inline_1331
10669+
(rendererID = hook$jscomp$inline_1331.inject(
10670+
internals$jscomp$inline_1330
1067210671
)),
10673-
(injectedHook = hook$jscomp$inline_1332);
10672+
(injectedHook = hook$jscomp$inline_1331);
1067410673
} catch (err) {}
1067510674
}
1067610675
var Path = Mode$1.Path;

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

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7494,7 +7494,6 @@ function commitMutationEffectsOnFiber(finishedWork, root) {
74947494
if (flags & 4 && ((flags = finishedWork.stateNode), null != flags)) {
74957495
var newProps = finishedWork.memoizedProps;
74967496
current = null !== current ? current.memoizedProps : newProps;
7497-
finishedWork.updateQueue = null;
74987497
try {
74997498
flags._applyProps(flags, newProps, current);
75007499
} catch (error$108) {
@@ -10101,19 +10100,19 @@ var slice = Array.prototype.slice,
1010110100
};
1010210101
return Text;
1010310102
})(React.Component),
10104-
devToolsConfig$jscomp$inline_1088 = {
10103+
devToolsConfig$jscomp$inline_1087 = {
1010510104
findFiberByHostInstance: function () {
1010610105
return null;
1010710106
},
1010810107
bundleType: 0,
10109-
version: "19.0.0-www-modern-f1a1a01e",
10108+
version: "19.0.0-www-modern-3903b043",
1011010109
rendererPackageName: "react-art"
1011110110
};
10112-
var internals$jscomp$inline_1316 = {
10113-
bundleType: devToolsConfig$jscomp$inline_1088.bundleType,
10114-
version: devToolsConfig$jscomp$inline_1088.version,
10115-
rendererPackageName: devToolsConfig$jscomp$inline_1088.rendererPackageName,
10116-
rendererConfig: devToolsConfig$jscomp$inline_1088.rendererConfig,
10111+
var internals$jscomp$inline_1315 = {
10112+
bundleType: devToolsConfig$jscomp$inline_1087.bundleType,
10113+
version: devToolsConfig$jscomp$inline_1087.version,
10114+
rendererPackageName: devToolsConfig$jscomp$inline_1087.rendererPackageName,
10115+
rendererConfig: devToolsConfig$jscomp$inline_1087.rendererConfig,
1011710116
overrideHookState: null,
1011810117
overrideHookStateDeletePath: null,
1011910118
overrideHookStateRenamePath: null,
@@ -10130,26 +10129,26 @@ var internals$jscomp$inline_1316 = {
1013010129
return null === fiber ? null : fiber.stateNode;
1013110130
},
1013210131
findFiberByHostInstance:
10133-
devToolsConfig$jscomp$inline_1088.findFiberByHostInstance ||
10132+
devToolsConfig$jscomp$inline_1087.findFiberByHostInstance ||
1013410133
emptyFindFiberByHostInstance,
1013510134
findHostInstancesForRefresh: null,
1013610135
scheduleRefresh: null,
1013710136
scheduleRoot: null,
1013810137
setRefreshHandler: null,
1013910138
getCurrentFiber: null,
10140-
reconcilerVersion: "19.0.0-www-modern-f1a1a01e"
10139+
reconcilerVersion: "19.0.0-www-modern-3903b043"
1014110140
};
1014210141
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
10143-
var hook$jscomp$inline_1317 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
10142+
var hook$jscomp$inline_1316 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
1014410143
if (
10145-
!hook$jscomp$inline_1317.isDisabled &&
10146-
hook$jscomp$inline_1317.supportsFiber
10144+
!hook$jscomp$inline_1316.isDisabled &&
10145+
hook$jscomp$inline_1316.supportsFiber
1014710146
)
1014810147
try {
10149-
(rendererID = hook$jscomp$inline_1317.inject(
10150-
internals$jscomp$inline_1316
10148+
(rendererID = hook$jscomp$inline_1316.inject(
10149+
internals$jscomp$inline_1315
1015110150
)),
10152-
(injectedHook = hook$jscomp$inline_1317);
10151+
(injectedHook = hook$jscomp$inline_1316);
1015310152
} catch (err) {}
1015410153
}
1015510154
var Path = Mode$1.Path;

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

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24610,12 +24610,8 @@ function commitMutationEffectsOnFiber(finishedWork, root, lanes) {
2461024610
acquireResource(hoistableRoot, newResource, finishedWork.memoizedProps);
2461124611
}
2461224612
} else if (newResource === null && finishedWork.stateNode !== null) {
24613-
// We may have an update on a Hoistable element
24614-
var updatePayload = finishedWork.updateQueue;
24615-
finishedWork.updateQueue = null;
24616-
2461724613
try {
24618-
commitUpdate(finishedWork.stateNode, updatePayload, finishedWork.type, current.memoizedProps, finishedWork.memoizedProps, finishedWork);
24614+
commitUpdate(finishedWork.stateNode, finishedWork.type, current.memoizedProps, finishedWork.memoizedProps, finishedWork);
2461924615
} catch (error) {
2462024616
captureCommitPhaseError(finishedWork, finishedWork.return, error);
2462124617
}
@@ -24683,13 +24679,10 @@ function commitMutationEffectsOnFiber(finishedWork, root, lanes) {
2468324679
// this case.
2468424680

2468524681
var oldProps = current !== null ? current.memoizedProps : newProps;
24686-
var type = finishedWork.type; // TODO: Type the updateQueue to be specific to host components.
24687-
24688-
var _updatePayload = finishedWork.updateQueue;
24689-
finishedWork.updateQueue = null;
24682+
var type = finishedWork.type;
2469024683

2469124684
try {
24692-
commitUpdate(_instance2, _updatePayload, type, oldProps, newProps, finishedWork);
24685+
commitUpdate(_instance2, type, oldProps, newProps, finishedWork);
2469324686
} catch (error) {
2469424687
captureCommitPhaseError(finishedWork, finishedWork.return, error);
2469524688
}
@@ -30836,7 +30829,7 @@ identifierPrefix, onUncaughtError, onCaughtError, onRecoverableError, transition
3083630829
return root;
3083730830
}
3083830831

30839-
var ReactVersion = '19.0.0-www-classic-330cad5d';
30832+
var ReactVersion = '19.0.0-www-classic-aef99ffd';
3084030833

3084130834
function createPortal$1(children, containerInfo, // TODO: figure out the API for cross-renderer implementation.
3084230835
implementation) {
@@ -37781,7 +37774,7 @@ function commitMount(domElement, type, newProps, internalInstanceHandle) {
3778137774
}
3778237775
}
3778337776
}
37784-
function commitUpdate(domElement, updatePayload, type, oldProps, newProps, internalInstanceHandle) {
37777+
function commitUpdate(domElement, type, oldProps, newProps, internalInstanceHandle) {
3778537778
// Diff and update the properties.
3778637779
updateProperties(domElement, type, oldProps, newProps); // Update the props handle so that we know which props are the ones with
3778737780
// with current event handlers.

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

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24065,12 +24065,8 @@ function commitMutationEffectsOnFiber(finishedWork, root, lanes) {
2406524065
acquireResource(hoistableRoot, newResource, finishedWork.memoizedProps);
2406624066
}
2406724067
} else if (newResource === null && finishedWork.stateNode !== null) {
24068-
// We may have an update on a Hoistable element
24069-
var updatePayload = finishedWork.updateQueue;
24070-
finishedWork.updateQueue = null;
24071-
2407224068
try {
24073-
commitUpdate(finishedWork.stateNode, updatePayload, finishedWork.type, current.memoizedProps, finishedWork.memoizedProps, finishedWork);
24069+
commitUpdate(finishedWork.stateNode, finishedWork.type, current.memoizedProps, finishedWork.memoizedProps, finishedWork);
2407424070
} catch (error) {
2407524071
captureCommitPhaseError(finishedWork, finishedWork.return, error);
2407624072
}
@@ -24138,13 +24134,10 @@ function commitMutationEffectsOnFiber(finishedWork, root, lanes) {
2413824134
// this case.
2413924135

2414024136
var oldProps = current !== null ? current.memoizedProps : newProps;
24141-
var type = finishedWork.type; // TODO: Type the updateQueue to be specific to host components.
24142-
24143-
var _updatePayload = finishedWork.updateQueue;
24144-
finishedWork.updateQueue = null;
24137+
var type = finishedWork.type;
2414524138

2414624139
try {
24147-
commitUpdate(_instance2, _updatePayload, type, oldProps, newProps, finishedWork);
24140+
commitUpdate(_instance2, type, oldProps, newProps, finishedWork);
2414824141
} catch (error) {
2414924142
captureCommitPhaseError(finishedWork, finishedWork.return, error);
2415024143
}
@@ -30011,7 +30004,7 @@ identifierPrefix, onUncaughtError, onCaughtError, onRecoverableError, transition
3001130004
return root;
3001230005
}
3001330006

30014-
var ReactVersion = '19.0.0-www-modern-3bb2ced5';
30007+
var ReactVersion = '19.0.0-www-modern-afa6a0fd';
3001530008

3001630009
function createPortal$1(children, containerInfo, // TODO: figure out the API for cross-renderer implementation.
3001730010
implementation) {
@@ -36936,7 +36929,7 @@ function commitMount(domElement, type, newProps, internalInstanceHandle) {
3693636929
}
3693736930
}
3693836931
}
36939-
function commitUpdate(domElement, updatePayload, type, oldProps, newProps, internalInstanceHandle) {
36932+
function commitUpdate(domElement, type, oldProps, newProps, internalInstanceHandle) {
3694036933
// Diff and update the properties.
3694136934
updateProperties(domElement, type, oldProps, newProps); // Update the props handle so that we know which props are the ones with
3694236935
// with current event handlers.

0 commit comments

Comments
 (0)