File tree Expand file tree Collapse file tree 11 files changed +21
-29
lines changed Expand file tree Collapse file tree 11 files changed +21
-29
lines changed Original file line number Diff line number Diff line change 1
- a1433ca0bacff76f720ffec9a0020f56e8c9ffed
1
+ 3d1da1f9ab7d54984c096e6a04c8729f3a50fd8a
Original file line number Diff line number Diff line change @@ -572,4 +572,4 @@ exports.useSyncExternalStore = function (
572
572
exports . useTransition = function ( ) {
573
573
return ReactCurrentDispatcher . current . useTransition ( ) ;
574
574
} ;
575
- exports . version = "18.3.0-www-classic-8dbe57fc " ;
575
+ exports . version = "18.3.0-www-classic-89ae6c5e " ;
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 = "18.3.0-www-classic-ffbafb55 ";
69
+ var ReactVersion = "18.3.0-www-classic-e82d96aa ";
70
70
71
71
var LegacyRoot = 0;
72
72
var ConcurrentRoot = 1;
@@ -192,7 +192,6 @@ if (__DEV__) {
192
192
var enableProfilerNestedUpdatePhase = true;
193
193
var enableProfilerNestedUpdateScheduledHook =
194
194
dynamicFeatureFlags.enableProfilerNestedUpdateScheduledHook;
195
- var createRootStrictEffectsByDefault = false;
196
195
197
196
var enableSchedulingProfiler = dynamicFeatureFlags.enableSchedulingProfiler;
198
197
@@ -29281,7 +29280,7 @@ if (__DEV__) {
29281
29280
if (tag === ConcurrentRoot) {
29282
29281
mode = ConcurrentMode;
29283
29282
29284
- if (isStrictMode === true || createRootStrictEffectsByDefault ) {
29283
+ if (isStrictMode === true) {
29285
29284
mode |= StrictLegacyMode | StrictEffectsMode;
29286
29285
}
29287
29286
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 = "18.3.0-www-modern-c768d9b6 ";
69
+ var ReactVersion = "18.3.0-www-modern-f1f6b170 ";
70
70
71
71
var LegacyRoot = 0;
72
72
var ConcurrentRoot = 1;
@@ -192,7 +192,6 @@ if (__DEV__) {
192
192
var enableProfilerNestedUpdatePhase = true;
193
193
var enableProfilerNestedUpdateScheduledHook =
194
194
dynamicFeatureFlags.enableProfilerNestedUpdateScheduledHook;
195
- var createRootStrictEffectsByDefault = false;
196
195
197
196
var enableSchedulingProfiler = dynamicFeatureFlags.enableSchedulingProfiler;
198
197
@@ -28916,7 +28915,7 @@ if (__DEV__) {
28916
28915
if (tag === ConcurrentRoot) {
28917
28916
mode = ConcurrentMode;
28918
28917
28919
- if (isStrictMode === true || createRootStrictEffectsByDefault ) {
28918
+ if (isStrictMode === true) {
28920
28919
mode |= StrictLegacyMode | StrictEffectsMode;
28921
28920
}
28922
28921
Original file line number Diff line number Diff line change @@ -157,7 +157,6 @@ if (__DEV__) {
157
157
var enableProfilerNestedUpdatePhase = true;
158
158
var enableProfilerNestedUpdateScheduledHook =
159
159
dynamicFeatureFlags.enableProfilerNestedUpdateScheduledHook;
160
- var createRootStrictEffectsByDefault = false;
161
160
var enableClientRenderFallbackOnTextMismatch = false;
162
161
163
162
var enableSchedulingProfiler = dynamicFeatureFlags.enableSchedulingProfiler;
@@ -35172,7 +35171,7 @@ if (__DEV__) {
35172
35171
if (tag === ConcurrentRoot) {
35173
35172
mode = ConcurrentMode;
35174
35173
35175
- if (isStrictMode === true || createRootStrictEffectsByDefault ) {
35174
+ if (isStrictMode === true) {
35176
35175
mode |= StrictLegacyMode | StrictEffectsMode;
35177
35176
}
35178
35177
@@ -35754,7 +35753,7 @@ if (__DEV__) {
35754
35753
return root;
35755
35754
}
35756
35755
35757
- var ReactVersion = "18.3.0-www-classic-3799de5b ";
35756
+ var ReactVersion = "18.3.0-www-classic-8c1ce378 ";
35758
35757
35759
35758
function createPortal$1(
35760
35759
children,
Original file line number Diff line number Diff line change @@ -143,7 +143,6 @@ if (__DEV__) {
143
143
var enableProfilerNestedUpdatePhase = true;
144
144
var enableProfilerNestedUpdateScheduledHook =
145
145
dynamicFeatureFlags.enableProfilerNestedUpdateScheduledHook;
146
- var createRootStrictEffectsByDefault = false;
147
146
var enableClientRenderFallbackOnTextMismatch = false;
148
147
149
148
var enableSchedulingProfiler = dynamicFeatureFlags.enableSchedulingProfiler;
@@ -34993,7 +34992,7 @@ if (__DEV__) {
34993
34992
if (tag === ConcurrentRoot) {
34994
34993
mode = ConcurrentMode;
34995
34994
34996
- if (isStrictMode === true || createRootStrictEffectsByDefault ) {
34995
+ if (isStrictMode === true) {
34997
34996
mode |= StrictLegacyMode | StrictEffectsMode;
34998
34997
}
34999
34998
@@ -35575,7 +35574,7 @@ if (__DEV__) {
35575
35574
return root;
35576
35575
}
35577
35576
35578
- var ReactVersion = "18.3.0-www-modern-41422569 ";
35577
+ var ReactVersion = "18.3.0-www-modern-c82c01ca ";
35579
35578
35580
35579
function createPortal$1(
35581
35580
children,
Original file line number Diff line number Diff line change @@ -17440,7 +17440,7 @@ Internals.Events = [
17440
17440
var devToolsConfig$jscomp$inline_1867 = {
17441
17441
findFiberByHostInstance: getClosestInstanceFromNode,
17442
17442
bundleType: 0,
17443
- version: "18.3.0-www-modern-c768d9b6 ",
17443
+ version: "18.3.0-www-modern-f1f6b170 ",
17444
17444
rendererPackageName: "react-dom"
17445
17445
};
17446
17446
(function (internals) {
@@ -17485,7 +17485,7 @@ var devToolsConfig$jscomp$inline_1867 = {
17485
17485
scheduleRoot: null,
17486
17486
setRefreshHandler: null,
17487
17487
getCurrentFiber: null,
17488
- reconcilerVersion: "18.3.0-www-modern-c768d9b6 "
17488
+ reconcilerVersion: "18.3.0-www-modern-f1f6b170 "
17489
17489
});
17490
17490
exports.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = Internals;
17491
17491
exports.createPortal = function (children, container) {
@@ -17750,7 +17750,7 @@ exports.useFormStatus = function () {
17750
17750
return ReactCurrentDispatcher$2.current.useHostTransitionStatus();
17751
17751
throw Error(formatProdErrorMessage(248));
17752
17752
};
17753
- exports.version = "18.3.0-www-modern-c768d9b6 ";
17753
+ exports.version = "18.3.0-www-modern-f1f6b170 ";
17754
17754
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
17755
17755
"function" ===
17756
17756
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
Original file line number Diff line number Diff line change @@ -149,7 +149,6 @@ if (__DEV__) {
149
149
var enableProfilerNestedUpdatePhase = true;
150
150
var enableProfilerNestedUpdateScheduledHook =
151
151
dynamicFeatureFlags.enableProfilerNestedUpdateScheduledHook;
152
- var createRootStrictEffectsByDefault = false;
153
152
var enableClientRenderFallbackOnTextMismatch = false;
154
153
155
154
var enableSchedulingProfiler = dynamicFeatureFlags.enableSchedulingProfiler;
@@ -35796,7 +35795,7 @@ if (__DEV__) {
35796
35795
if (tag === ConcurrentRoot) {
35797
35796
mode = ConcurrentMode;
35798
35797
35799
- if (isStrictMode === true || createRootStrictEffectsByDefault ) {
35798
+ if (isStrictMode === true) {
35800
35799
mode |= StrictLegacyMode | StrictEffectsMode;
35801
35800
}
35802
35801
@@ -36378,7 +36377,7 @@ if (__DEV__) {
36378
36377
return root;
36379
36378
}
36380
36379
36381
- var ReactVersion = "18.3.0-www-classic-85d94c0f ";
36380
+ var ReactVersion = "18.3.0-www-classic-11bc03a7 ";
36382
36381
36383
36382
function createPortal$1(
36384
36383
children,
Original file line number Diff line number Diff line change @@ -135,7 +135,6 @@ if (__DEV__) {
135
135
var enableProfilerNestedUpdatePhase = true;
136
136
var enableProfilerNestedUpdateScheduledHook =
137
137
dynamicFeatureFlags.enableProfilerNestedUpdateScheduledHook;
138
- var createRootStrictEffectsByDefault = false;
139
138
var enableClientRenderFallbackOnTextMismatch = false;
140
139
141
140
var enableSchedulingProfiler = dynamicFeatureFlags.enableSchedulingProfiler;
@@ -35617,7 +35616,7 @@ if (__DEV__) {
35617
35616
if (tag === ConcurrentRoot) {
35618
35617
mode = ConcurrentMode;
35619
35618
35620
- if (isStrictMode === true || createRootStrictEffectsByDefault ) {
35619
+ if (isStrictMode === true) {
35621
35620
mode |= StrictLegacyMode | StrictEffectsMode;
35622
35621
}
35623
35622
@@ -36199,7 +36198,7 @@ if (__DEV__) {
36199
36198
return root;
36200
36199
}
36201
36200
36202
- var ReactVersion = "18.3.0-www-modern-24f46394 ";
36201
+ var ReactVersion = "18.3.0-www-modern-895ad972 ";
36203
36202
36204
36203
function createPortal$1(
36205
36204
children,
Original file line number Diff line number Diff line change @@ -140,7 +140,6 @@ if (__DEV__) {
140
140
var enableProfilerNestedUpdatePhase = true;
141
141
var syncLaneExpirationMs = 250;
142
142
var transitionLaneExpirationMs = 5000;
143
- var createRootStrictEffectsByDefault = false;
144
143
var enableLazyContextPropagation = false;
145
144
var enableLegacyHidden = false;
146
145
var enableAsyncActions = true;
@@ -25641,7 +25640,7 @@ if (__DEV__) {
25641
25640
if (tag === ConcurrentRoot) {
25642
25641
mode = ConcurrentMode;
25643
25642
25644
- if (isStrictMode === true || createRootStrictEffectsByDefault ) {
25643
+ if (isStrictMode === true) {
25645
25644
mode |= StrictLegacyMode | StrictEffectsMode;
25646
25645
}
25647
25646
@@ -26078,7 +26077,7 @@ if (__DEV__) {
26078
26077
return root;
26079
26078
}
26080
26079
26081
- var ReactVersion = "18.3.0-www-classic-8dbe57fc ";
26080
+ var ReactVersion = "18.3.0-www-classic-89ae6c5e ";
26082
26081
26083
26082
// Might add PROFILE later.
26084
26083
You can’t perform that action at this time.
0 commit comments