@@ -187,7 +187,6 @@ __DEV__ &&
187187 "function" === typeof type ||
188188 type === REACT_FRAGMENT_TYPE ||
189189 type === REACT_PROFILER_TYPE ||
190- ( enableDebugTracing && type === REACT_DEBUG_TRACING_MODE_TYPE ) ||
191190 type === REACT_STRICT_MODE_TYPE ||
192191 type === REACT_SUSPENSE_TYPE ||
193192 type === REACT_SUSPENSE_LIST_TYPE ||
@@ -1111,7 +1110,6 @@ __DEV__ &&
11111110 var dynamicFeatureFlags = require ( "ReactFeatureFlags" ) ,
11121111 disableDefaultPropsExceptForClasses =
11131112 dynamicFeatureFlags . disableDefaultPropsExceptForClasses ,
1114- enableDebugTracing = dynamicFeatureFlags . enableDebugTracing ,
11151113 enableRenderableContext = dynamicFeatureFlags . enableRenderableContext ,
11161114 enableTransitionTracing = dynamicFeatureFlags . enableTransitionTracing ,
11171115 enableUseResourceEffectHook =
@@ -1135,7 +1133,6 @@ __DEV__ &&
11351133 REACT_MEMO_TYPE = Symbol . for ( "react.memo" ) ,
11361134 REACT_LAZY_TYPE = Symbol . for ( "react.lazy" ) ,
11371135 REACT_SCOPE_TYPE = Symbol . for ( "react.scope" ) ,
1138- REACT_DEBUG_TRACING_MODE_TYPE = Symbol . for ( "react.debug_trace_mode" ) ,
11391136 REACT_OFFSCREEN_TYPE = Symbol . for ( "react.offscreen" ) ,
11401137 REACT_LEGACY_HIDDEN_TYPE = Symbol . for ( "react.legacy_hidden" ) ,
11411138 REACT_TRACING_MARKER_TYPE = Symbol . for ( "react.tracing_marker" ) ,
@@ -1860,7 +1857,6 @@ __DEV__ &&
18601857 }
18611858 } ;
18621859 exports . unstable_Activity = REACT_OFFSCREEN_TYPE ;
1863- exports . unstable_DebugTracingMode = REACT_DEBUG_TRACING_MODE_TYPE ;
18641860 exports . unstable_LegacyHidden = REACT_LEGACY_HIDDEN_TYPE ;
18651861 exports . unstable_Scope = REACT_SCOPE_TYPE ;
18661862 exports . unstable_SuspenseList = REACT_SUSPENSE_LIST_TYPE ;
@@ -1954,7 +1950,7 @@ __DEV__ &&
19541950 exports . useTransition = function ( ) {
19551951 return resolveDispatcher ( ) . useTransition ( ) ;
19561952 } ;
1957- exports . version = "19.1.0-www-classic-c80b336d-20241214 " ;
1953+ exports . version = "19.1.0-www-classic-2d320563-20241215 " ;
19581954 "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
19591955 "function" ===
19601956 typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ . registerInternalModuleStop &&
0 commit comments