File tree Expand file tree Collapse file tree 8 files changed +16
-16
lines changed Expand file tree Collapse file tree 8 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 1
- 60f190a55948a7512d4e2a336f03b45fd38d6a80
1
+ 766eac46bb52bda28f87c11740214a4444ca881b
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-47c1e79a ";
69
+ var ReactVersion = "18.3.0-www-classic-09d28a0e ";
70
70
71
71
var LegacyRoot = 0;
72
72
var ConcurrentRoot = 1;
@@ -193,7 +193,7 @@ if (__DEV__) {
193
193
dynamicFeatureFlags.enableProfilerNestedUpdateScheduledHook;
194
194
var createRootStrictEffectsByDefault = false;
195
195
196
- var enableSchedulingProfiler = dynamicFeatureFlags.enableSchedulingProfiler; // Note: we'll want to remove this when we to userland implementation.
196
+ var enableSchedulingProfiler = dynamicFeatureFlags.enableSchedulingProfiler;
197
197
198
198
var FunctionComponent = 0;
199
199
var ClassComponent = 1;
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-cd022f40 ";
69
+ var ReactVersion = "18.3.0-www-modern-2cff546f ";
70
70
71
71
var LegacyRoot = 0;
72
72
var ConcurrentRoot = 1;
@@ -193,7 +193,7 @@ if (__DEV__) {
193
193
dynamicFeatureFlags.enableProfilerNestedUpdateScheduledHook;
194
194
var createRootStrictEffectsByDefault = false;
195
195
196
- var enableSchedulingProfiler = dynamicFeatureFlags.enableSchedulingProfiler; // Note: we'll want to remove this when we to userland implementation.
196
+ var enableSchedulingProfiler = dynamicFeatureFlags.enableSchedulingProfiler;
197
197
198
198
var FunctionComponent = 0;
199
199
var ClassComponent = 1;
Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ if (__DEV__) {
161
161
var createRootStrictEffectsByDefault = false;
162
162
var enableClientRenderFallbackOnTextMismatch = false;
163
163
164
- var enableSchedulingProfiler = dynamicFeatureFlags.enableSchedulingProfiler; // Note: we'll want to remove this when we to userland implementation.
164
+ var enableSchedulingProfiler = dynamicFeatureFlags.enableSchedulingProfiler;
165
165
var enableFormActions = false;
166
166
var enableSuspenseCallback = true;
167
167
@@ -35039,7 +35039,7 @@ if (__DEV__) {
35039
35039
return root;
35040
35040
}
35041
35041
35042
- var ReactVersion = "18.3.0-www-classic-18917dcd ";
35042
+ var ReactVersion = "18.3.0-www-classic-8a83edec ";
35043
35043
35044
35044
function createPortal$1(
35045
35045
children,
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ if (__DEV__) {
147
147
var createRootStrictEffectsByDefault = false;
148
148
var enableClientRenderFallbackOnTextMismatch = false;
149
149
150
- var enableSchedulingProfiler = dynamicFeatureFlags.enableSchedulingProfiler; // Note: we'll want to remove this when we to userland implementation.
150
+ var enableSchedulingProfiler = dynamicFeatureFlags.enableSchedulingProfiler;
151
151
var enableFormActions = false;
152
152
var enableSuspenseCallback = true;
153
153
@@ -34860,7 +34860,7 @@ if (__DEV__) {
34860
34860
return root;
34861
34861
}
34862
34862
34863
- var ReactVersion = "18.3.0-www-modern-5e8b8d45 ";
34863
+ var ReactVersion = "18.3.0-www-modern-30f1d245 ";
34864
34864
34865
34865
function createPortal$1(
34866
34866
children,
Original file line number Diff line number Diff line change @@ -16923,7 +16923,7 @@ Internals.Events = [
16923
16923
var devToolsConfig$jscomp$inline_1845 = {
16924
16924
findFiberByHostInstance: getClosestInstanceFromNode,
16925
16925
bundleType: 0,
16926
- version: "18.3.0-www-modern-cd022f40 ",
16926
+ version: "18.3.0-www-modern-2cff546f ",
16927
16927
rendererPackageName: "react-dom"
16928
16928
};
16929
16929
(function (internals) {
@@ -16968,7 +16968,7 @@ var devToolsConfig$jscomp$inline_1845 = {
16968
16968
scheduleRoot: null,
16969
16969
setRefreshHandler: null,
16970
16970
getCurrentFiber: null,
16971
- reconcilerVersion: "18.3.0-www-modern-cd022f40 "
16971
+ reconcilerVersion: "18.3.0-www-modern-2cff546f "
16972
16972
});
16973
16973
exports.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = Internals;
16974
16974
exports.createPortal = function (children, container) {
@@ -17220,7 +17220,7 @@ exports.useFormState = function () {
17220
17220
exports.useFormStatus = function () {
17221
17221
throw Error(formatProdErrorMessage(248));
17222
17222
};
17223
- exports.version = "18.3.0-www-modern-cd022f40 ";
17223
+ exports.version = "18.3.0-www-modern-2cff546f ";
17224
17224
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
17225
17225
"function" ===
17226
17226
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ if (__DEV__) {
153
153
var createRootStrictEffectsByDefault = false;
154
154
var enableClientRenderFallbackOnTextMismatch = false;
155
155
156
- var enableSchedulingProfiler = dynamicFeatureFlags.enableSchedulingProfiler; // Note: we'll want to remove this when we to userland implementation.
156
+ var enableSchedulingProfiler = dynamicFeatureFlags.enableSchedulingProfiler;
157
157
var enableFormActions = false;
158
158
var enableSuspenseCallback = true;
159
159
@@ -35663,7 +35663,7 @@ if (__DEV__) {
35663
35663
return root;
35664
35664
}
35665
35665
35666
- var ReactVersion = "18.3.0-www-classic-496da342 ";
35666
+ var ReactVersion = "18.3.0-www-classic-a29685c5 ";
35667
35667
35668
35668
function createPortal$1(
35669
35669
children,
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ if (__DEV__) {
139
139
var createRootStrictEffectsByDefault = false;
140
140
var enableClientRenderFallbackOnTextMismatch = false;
141
141
142
- var enableSchedulingProfiler = dynamicFeatureFlags.enableSchedulingProfiler; // Note: we'll want to remove this when we to userland implementation.
142
+ var enableSchedulingProfiler = dynamicFeatureFlags.enableSchedulingProfiler;
143
143
var enableFormActions = false;
144
144
var enableSuspenseCallback = true;
145
145
@@ -35484,7 +35484,7 @@ if (__DEV__) {
35484
35484
return root;
35485
35485
}
35486
35486
35487
- var ReactVersion = "18.3.0-www-modern-749ee3f2 ";
35487
+ var ReactVersion = "18.3.0-www-modern-6846ad23 ";
35488
35488
35489
35489
function createPortal$1(
35490
35490
children,
You can’t perform that action at this time.
0 commit comments