File tree Expand file tree Collapse file tree 7 files changed +13
-19
lines changed Expand file tree Collapse file tree 7 files changed +13
-19
lines changed Original file line number Diff line number Diff line change 1
- 93f91795a0c71bae4aadd7f082b91de0068a0f91
1
+ 5ab97b73457e2da72749322a1925a970a967f3bc
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ if (__DEV__) {
66
66
return self;
67
67
}
68
68
69
- var ReactVersion = "19.0.0-www-classic-9d9116a9 ";
69
+ var ReactVersion = "19.0.0-www-classic-910568aa ";
70
70
71
71
var LegacyRoot = 0;
72
72
var ConcurrentRoot = 1;
@@ -187,7 +187,6 @@ if (__DEV__) {
187
187
enableInfiniteRenderLoopDetection =
188
188
dynamicFeatureFlags.enableInfiniteRenderLoopDetection,
189
189
enableRenderableContext = dynamicFeatureFlags.enableRenderableContext,
190
- useModernStrictMode = dynamicFeatureFlags.useModernStrictMode,
191
190
enableRefAsProp = dynamicFeatureFlags.enableRefAsProp;
192
191
// On WWW, false is used for a new modern build.
193
192
var enableProfilerTimer = true;
@@ -28991,7 +28990,7 @@ if (__DEV__) {
28991
28990
28992
28991
function commitDoubleInvokeEffectsInDEV(root, hasPassiveEffects) {
28993
28992
{
28994
- if (useModernStrictMode && root.tag !== LegacyRoot) {
28993
+ if (root.tag !== LegacyRoot) {
28995
28994
var doubleInvokeEffects = true;
28996
28995
28997
28996
if (
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ if (__DEV__) {
66
66
return self;
67
67
}
68
68
69
- var ReactVersion = "19.0.0-www-modern-89da8b81 ";
69
+ var ReactVersion = "19.0.0-www-modern-9a2f3199 ";
70
70
71
71
var LegacyRoot = 0;
72
72
var ConcurrentRoot = 1;
@@ -187,7 +187,6 @@ if (__DEV__) {
187
187
enableInfiniteRenderLoopDetection =
188
188
dynamicFeatureFlags.enableInfiniteRenderLoopDetection,
189
189
enableRenderableContext = dynamicFeatureFlags.enableRenderableContext,
190
- useModernStrictMode = dynamicFeatureFlags.useModernStrictMode,
191
190
enableRefAsProp = dynamicFeatureFlags.enableRefAsProp;
192
191
// On WWW, true is used for a new modern build.
193
192
var enableProfilerTimer = true;
@@ -28641,7 +28640,7 @@ if (__DEV__) {
28641
28640
28642
28641
function commitDoubleInvokeEffectsInDEV(root, hasPassiveEffects) {
28643
28642
{
28644
- if (useModernStrictMode && root.tag !== LegacyRoot) {
28643
+ if (root.tag !== LegacyRoot) {
28645
28644
var doubleInvokeEffects = true;
28646
28645
28647
28646
if (
Original file line number Diff line number Diff line change @@ -152,7 +152,6 @@ if (__DEV__) {
152
152
enableInfiniteRenderLoopDetection =
153
153
dynamicFeatureFlags.enableInfiniteRenderLoopDetection,
154
154
enableRenderableContext = dynamicFeatureFlags.enableRenderableContext,
155
- useModernStrictMode = dynamicFeatureFlags.useModernStrictMode,
156
155
enableRefAsProp = dynamicFeatureFlags.enableRefAsProp,
157
156
favorSafetyOverHydrationPerf =
158
157
dynamicFeatureFlags.favorSafetyOverHydrationPerf; // On WWW, false is used for a new modern build.
@@ -34721,7 +34720,7 @@ if (__DEV__) {
34721
34720
34722
34721
function commitDoubleInvokeEffectsInDEV(root, hasPassiveEffects) {
34723
34722
{
34724
- if (useModernStrictMode && root.tag !== LegacyRoot) {
34723
+ if (root.tag !== LegacyRoot) {
34725
34724
var doubleInvokeEffects = true;
34726
34725
34727
34726
if (
@@ -36352,7 +36351,7 @@ if (__DEV__) {
36352
36351
return root;
36353
36352
}
36354
36353
36355
- var ReactVersion = "19.0.0-www-classic-fa8b43c2 ";
36354
+ var ReactVersion = "19.0.0-www-classic-774e7846 ";
36356
36355
36357
36356
function createPortal$1(
36358
36357
children,
Original file line number Diff line number Diff line change @@ -148,7 +148,6 @@ if (__DEV__) {
148
148
enableInfiniteRenderLoopDetection =
149
149
dynamicFeatureFlags.enableInfiniteRenderLoopDetection,
150
150
enableRenderableContext = dynamicFeatureFlags.enableRenderableContext,
151
- useModernStrictMode = dynamicFeatureFlags.useModernStrictMode,
152
151
enableRefAsProp = dynamicFeatureFlags.enableRefAsProp,
153
152
favorSafetyOverHydrationPerf =
154
153
dynamicFeatureFlags.favorSafetyOverHydrationPerf; // On WWW, true is used for a new modern build.
@@ -34569,7 +34568,7 @@ if (__DEV__) {
34569
34568
34570
34569
function commitDoubleInvokeEffectsInDEV(root, hasPassiveEffects) {
34571
34570
{
34572
- if (useModernStrictMode && root.tag !== LegacyRoot) {
34571
+ if (root.tag !== LegacyRoot) {
34573
34572
var doubleInvokeEffects = true;
34574
34573
34575
34574
if (
@@ -36200,7 +36199,7 @@ if (__DEV__) {
36200
36199
return root;
36201
36200
}
36202
36201
36203
- var ReactVersion = "19.0.0-www-modern-6915cb6e ";
36202
+ var ReactVersion = "19.0.0-www-modern-12e45c1e ";
36204
36203
36205
36204
function createPortal$1(
36206
36205
children,
Original file line number Diff line number Diff line change @@ -144,7 +144,6 @@ if (__DEV__) {
144
144
enableInfiniteRenderLoopDetection =
145
145
dynamicFeatureFlags.enableInfiniteRenderLoopDetection,
146
146
enableRenderableContext = dynamicFeatureFlags.enableRenderableContext,
147
- useModernStrictMode = dynamicFeatureFlags.useModernStrictMode,
148
147
enableRefAsProp = dynamicFeatureFlags.enableRefAsProp,
149
148
favorSafetyOverHydrationPerf =
150
149
dynamicFeatureFlags.favorSafetyOverHydrationPerf; // On WWW, false is used for a new modern build.
@@ -35345,7 +35344,7 @@ if (__DEV__) {
35345
35344
35346
35345
function commitDoubleInvokeEffectsInDEV(root, hasPassiveEffects) {
35347
35346
{
35348
- if (useModernStrictMode && root.tag !== LegacyRoot) {
35347
+ if (root.tag !== LegacyRoot) {
35349
35348
var doubleInvokeEffects = true;
35350
35349
35351
35350
if (
@@ -36976,7 +36975,7 @@ if (__DEV__) {
36976
36975
return root;
36977
36976
}
36978
36977
36979
- var ReactVersion = "19.0.0-www-classic-42b82985 ";
36978
+ var ReactVersion = "19.0.0-www-classic-8bbc347d ";
36980
36979
36981
36980
function createPortal$1(
36982
36981
children,
Original file line number Diff line number Diff line change @@ -140,7 +140,6 @@ if (__DEV__) {
140
140
enableInfiniteRenderLoopDetection =
141
141
dynamicFeatureFlags.enableInfiniteRenderLoopDetection,
142
142
enableRenderableContext = dynamicFeatureFlags.enableRenderableContext,
143
- useModernStrictMode = dynamicFeatureFlags.useModernStrictMode,
144
143
enableRefAsProp = dynamicFeatureFlags.enableRefAsProp,
145
144
favorSafetyOverHydrationPerf =
146
145
dynamicFeatureFlags.favorSafetyOverHydrationPerf; // On WWW, true is used for a new modern build.
@@ -35193,7 +35192,7 @@ if (__DEV__) {
35193
35192
35194
35193
function commitDoubleInvokeEffectsInDEV(root, hasPassiveEffects) {
35195
35194
{
35196
- if (useModernStrictMode && root.tag !== LegacyRoot) {
35195
+ if (root.tag !== LegacyRoot) {
35197
35196
var doubleInvokeEffects = true;
35198
35197
35199
35198
if (
@@ -36824,7 +36823,7 @@ if (__DEV__) {
36824
36823
return root;
36825
36824
}
36826
36825
36827
- var ReactVersion = "19.0.0-www-modern-7dd44759 ";
36826
+ var ReactVersion = "19.0.0-www-modern-7122cb9c ";
36828
36827
36829
36828
function createPortal$1(
36830
36829
children,
You can’t perform that action at this time.
0 commit comments