react-dom 19.0.0-rc-b01722d5-20241114 → 19.0.0-rc-e1ef8c95-20241115

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1989,19 +1989,19 @@ function getTargetInstForChangeEvent(domEventName, targetInst) {
1989
1989
  }
1990
1990
  var isInputEventSupported = !1;
1991
1991
  if (canUseDOM) {
1992
- var JSCompiler_inline_result$jscomp$283;
1992
+ var JSCompiler_inline_result$jscomp$282;
1993
1993
  if (canUseDOM) {
1994
- var isSupported$jscomp$inline_418 = "oninput" in document;
1995
- if (!isSupported$jscomp$inline_418) {
1996
- var element$jscomp$inline_419 = document.createElement("div");
1997
- element$jscomp$inline_419.setAttribute("oninput", "return;");
1998
- isSupported$jscomp$inline_418 =
1999
- "function" === typeof element$jscomp$inline_419.oninput;
1994
+ var isSupported$jscomp$inline_417 = "oninput" in document;
1995
+ if (!isSupported$jscomp$inline_417) {
1996
+ var element$jscomp$inline_418 = document.createElement("div");
1997
+ element$jscomp$inline_418.setAttribute("oninput", "return;");
1998
+ isSupported$jscomp$inline_417 =
1999
+ "function" === typeof element$jscomp$inline_418.oninput;
2000
2000
  }
2001
- JSCompiler_inline_result$jscomp$283 = isSupported$jscomp$inline_418;
2002
- } else JSCompiler_inline_result$jscomp$283 = !1;
2001
+ JSCompiler_inline_result$jscomp$282 = isSupported$jscomp$inline_417;
2002
+ } else JSCompiler_inline_result$jscomp$282 = !1;
2003
2003
  isInputEventSupported =
2004
- JSCompiler_inline_result$jscomp$283 &&
2004
+ JSCompiler_inline_result$jscomp$282 &&
2005
2005
  (!document.documentMode || 9 < document.documentMode);
2006
2006
  }
2007
2007
  function stopWatchingForValueChange() {
@@ -10292,14 +10292,7 @@ function performWorkOnRoot(root$jscomp$0, lanes, forceSync) {
10292
10292
  !shouldTimeSlice &&
10293
10293
  markRootSuspended(root$jscomp$0, lanes, 0, !1);
10294
10294
  break;
10295
- } else if (6 === exitStatus)
10296
- markRootSuspended(
10297
- root$jscomp$0,
10298
- lanes,
10299
- 0,
10300
- !workInProgressRootDidSkipSuspendedSiblings
10301
- );
10302
- else {
10295
+ } else {
10303
10296
  forceSync = root$jscomp$0.current.alternate;
10304
10297
  if (
10305
10298
  renderWasConcurrent &&
@@ -10368,16 +10361,15 @@ function performWorkOnRoot(root$jscomp$0, lanes, forceSync) {
10368
10361
  case 1:
10369
10362
  throw Error(formatProdErrorMessage(345));
10370
10363
  case 4:
10371
- if ((lanes & 4194176) === lanes) {
10372
- markRootSuspended(
10373
- shouldTimeSlice,
10374
- lanes,
10375
- workInProgressDeferredLane,
10376
- !workInProgressRootDidSkipSuspendedSiblings
10377
- );
10378
- break a;
10379
- }
10380
- break;
10364
+ if ((lanes & 4194176) !== lanes) break;
10365
+ case 6:
10366
+ markRootSuspended(
10367
+ shouldTimeSlice,
10368
+ lanes,
10369
+ workInProgressDeferredLane,
10370
+ !workInProgressRootDidSkipSuspendedSiblings
10371
+ );
10372
+ break a;
10381
10373
  case 2:
10382
10374
  workInProgressRootRecoverableErrors = null;
10383
10375
  break;
@@ -10724,8 +10716,8 @@ function renderRootSync(root, lanes, shouldYieldForPrerendering) {
10724
10716
  workLoopSync();
10725
10717
  exitStatus = workInProgressRootExitStatus;
10726
10718
  break;
10727
- } catch (thrownValue$164) {
10728
- handleThrow(root, thrownValue$164);
10719
+ } catch (thrownValue$163) {
10720
+ handleThrow(root, thrownValue$163);
10729
10721
  }
10730
10722
  while (1);
10731
10723
  lanes && root.shellSuspendCounter++;
@@ -10838,8 +10830,8 @@ function renderRootConcurrent(root, lanes) {
10838
10830
  }
10839
10831
  workLoopConcurrent();
10840
10832
  break;
10841
- } catch (thrownValue$166) {
10842
- handleThrow(root, thrownValue$166);
10833
+ } catch (thrownValue$165) {
10834
+ handleThrow(root, thrownValue$165);
10843
10835
  }
10844
10836
  while (1);
10845
10837
  lastContextDependency = currentlyRenderingFiber = null;
@@ -11143,7 +11135,7 @@ function releaseRootPooledCache(root, remainingLanes) {
11143
11135
  }
11144
11136
  function flushPassiveEffects() {
11145
11137
  if (null !== rootWithPendingPassiveEffects) {
11146
- var root$170 = rootWithPendingPassiveEffects,
11138
+ var root$169 = rootWithPendingPassiveEffects,
11147
11139
  remainingLanes = pendingPassiveEffectsRemainingLanes;
11148
11140
  pendingPassiveEffectsRemainingLanes = 0;
11149
11141
  var renderPriority = lanesToEventPriority(pendingPassiveEffectsLanes),
@@ -11182,7 +11174,7 @@ function flushPassiveEffects() {
11182
11174
  } finally {
11183
11175
  (ReactDOMSharedInternals.p = previousPriority),
11184
11176
  (ReactSharedInternals.T = prevTransition),
11185
- releaseRootPooledCache(root$170, remainingLanes);
11177
+ releaseRootPooledCache(root$169, remainingLanes);
11186
11178
  }
11187
11179
  }
11188
11180
  return !1;
@@ -11325,14 +11317,14 @@ function flushSyncWorkAcrossRoots_impl(syncTransitionLanes, onlyLegacy) {
11325
11317
  isFlushingWork = !0;
11326
11318
  do {
11327
11319
  var didPerformSomeWork = !1;
11328
- for (var root$172 = firstScheduledRoot; null !== root$172; ) {
11320
+ for (var root$171 = firstScheduledRoot; null !== root$171; ) {
11329
11321
  if (!onlyLegacy)
11330
11322
  if (0 !== syncTransitionLanes) {
11331
- var pendingLanes = root$172.pendingLanes;
11323
+ var pendingLanes = root$171.pendingLanes;
11332
11324
  if (0 === pendingLanes) var JSCompiler_inline_result = 0;
11333
11325
  else {
11334
- var suspendedLanes = root$172.suspendedLanes,
11335
- pingedLanes = root$172.pingedLanes;
11326
+ var suspendedLanes = root$171.suspendedLanes,
11327
+ pingedLanes = root$171.pingedLanes;
11336
11328
  JSCompiler_inline_result =
11337
11329
  (1 << (31 - clz32(42 | syncTransitionLanes) + 1)) - 1;
11338
11330
  JSCompiler_inline_result &=
@@ -11346,18 +11338,18 @@ function flushSyncWorkAcrossRoots_impl(syncTransitionLanes, onlyLegacy) {
11346
11338
  }
11347
11339
  0 !== JSCompiler_inline_result &&
11348
11340
  ((didPerformSomeWork = !0),
11349
- performSyncWorkOnRoot(root$172, JSCompiler_inline_result));
11341
+ performSyncWorkOnRoot(root$171, JSCompiler_inline_result));
11350
11342
  } else
11351
11343
  (JSCompiler_inline_result = workInProgressRootRenderLanes),
11352
11344
  (JSCompiler_inline_result = getNextLanes(
11353
- root$172,
11354
- root$172 === workInProgressRoot ? JSCompiler_inline_result : 0
11345
+ root$171,
11346
+ root$171 === workInProgressRoot ? JSCompiler_inline_result : 0
11355
11347
  )),
11356
11348
  0 === (JSCompiler_inline_result & 3) ||
11357
- checkIfRootIsPrerendering(root$172, JSCompiler_inline_result) ||
11349
+ checkIfRootIsPrerendering(root$171, JSCompiler_inline_result) ||
11358
11350
  ((didPerformSomeWork = !0),
11359
- performSyncWorkOnRoot(root$172, JSCompiler_inline_result));
11360
- root$172 = root$172.next;
11351
+ performSyncWorkOnRoot(root$171, JSCompiler_inline_result));
11352
+ root$171 = root$171.next;
11361
11353
  }
11362
11354
  } while (didPerformSomeWork);
11363
11355
  isFlushingWork = !1;
@@ -11585,20 +11577,20 @@ function extractEvents$1(
11585
11577
  }
11586
11578
  }
11587
11579
  for (
11588
- var i$jscomp$inline_1439 = 0;
11589
- i$jscomp$inline_1439 < simpleEventPluginEvents.length;
11590
- i$jscomp$inline_1439++
11580
+ var i$jscomp$inline_1438 = 0;
11581
+ i$jscomp$inline_1438 < simpleEventPluginEvents.length;
11582
+ i$jscomp$inline_1438++
11591
11583
  ) {
11592
- var eventName$jscomp$inline_1440 =
11593
- simpleEventPluginEvents[i$jscomp$inline_1439],
11594
- domEventName$jscomp$inline_1441 =
11595
- eventName$jscomp$inline_1440.toLowerCase(),
11596
- capitalizedEvent$jscomp$inline_1442 =
11597
- eventName$jscomp$inline_1440[0].toUpperCase() +
11598
- eventName$jscomp$inline_1440.slice(1);
11584
+ var eventName$jscomp$inline_1439 =
11585
+ simpleEventPluginEvents[i$jscomp$inline_1438],
11586
+ domEventName$jscomp$inline_1440 =
11587
+ eventName$jscomp$inline_1439.toLowerCase(),
11588
+ capitalizedEvent$jscomp$inline_1441 =
11589
+ eventName$jscomp$inline_1439[0].toUpperCase() +
11590
+ eventName$jscomp$inline_1439.slice(1);
11599
11591
  registerSimpleEvent(
11600
- domEventName$jscomp$inline_1441,
11601
- "on" + capitalizedEvent$jscomp$inline_1442
11592
+ domEventName$jscomp$inline_1440,
11593
+ "on" + capitalizedEvent$jscomp$inline_1441
11602
11594
  );
11603
11595
  }
11604
11596
  registerSimpleEvent(ANIMATION_END, "onAnimationEnd");
@@ -12781,34 +12773,34 @@ function setInitialProperties(domElement, tag, props) {
12781
12773
  defaultChecked = null;
12782
12774
  for (hasSrc in props)
12783
12775
  if (props.hasOwnProperty(hasSrc)) {
12784
- var propValue$186 = props[hasSrc];
12785
- if (null != propValue$186)
12776
+ var propValue$185 = props[hasSrc];
12777
+ if (null != propValue$185)
12786
12778
  switch (hasSrc) {
12787
12779
  case "name":
12788
- hasSrcSet = propValue$186;
12780
+ hasSrcSet = propValue$185;
12789
12781
  break;
12790
12782
  case "type":
12791
- propValue = propValue$186;
12783
+ propValue = propValue$185;
12792
12784
  break;
12793
12785
  case "checked":
12794
- checked = propValue$186;
12786
+ checked = propValue$185;
12795
12787
  break;
12796
12788
  case "defaultChecked":
12797
- defaultChecked = propValue$186;
12789
+ defaultChecked = propValue$185;
12798
12790
  break;
12799
12791
  case "value":
12800
- propKey = propValue$186;
12792
+ propKey = propValue$185;
12801
12793
  break;
12802
12794
  case "defaultValue":
12803
- defaultValue = propValue$186;
12795
+ defaultValue = propValue$185;
12804
12796
  break;
12805
12797
  case "children":
12806
12798
  case "dangerouslySetInnerHTML":
12807
- if (null != propValue$186)
12799
+ if (null != propValue$185)
12808
12800
  throw Error(formatProdErrorMessage(137, tag));
12809
12801
  break;
12810
12802
  default:
12811
- setProp(domElement, tag, hasSrc, propValue$186, props, null);
12803
+ setProp(domElement, tag, hasSrc, propValue$185, props, null);
12812
12804
  }
12813
12805
  }
12814
12806
  initInput(
@@ -12945,14 +12937,14 @@ function setInitialProperties(domElement, tag, props) {
12945
12937
  return;
12946
12938
  default:
12947
12939
  if (isCustomElement(tag)) {
12948
- for (propValue$186 in props)
12949
- props.hasOwnProperty(propValue$186) &&
12950
- ((hasSrc = props[propValue$186]),
12940
+ for (propValue$185 in props)
12941
+ props.hasOwnProperty(propValue$185) &&
12942
+ ((hasSrc = props[propValue$185]),
12951
12943
  void 0 !== hasSrc &&
12952
12944
  setPropOnCustomElement(
12953
12945
  domElement,
12954
12946
  tag,
12955
- propValue$186,
12947
+ propValue$185,
12956
12948
  hasSrc,
12957
12949
  props,
12958
12950
  void 0
@@ -13000,14 +12992,14 @@ function updateProperties(domElement, tag, lastProps, nextProps) {
13000
12992
  setProp(domElement, tag, propKey, null, nextProps, lastProp);
13001
12993
  }
13002
12994
  }
13003
- for (var propKey$203 in nextProps) {
13004
- var propKey = nextProps[propKey$203];
13005
- lastProp = lastProps[propKey$203];
12995
+ for (var propKey$202 in nextProps) {
12996
+ var propKey = nextProps[propKey$202];
12997
+ lastProp = lastProps[propKey$202];
13006
12998
  if (
13007
- nextProps.hasOwnProperty(propKey$203) &&
12999
+ nextProps.hasOwnProperty(propKey$202) &&
13008
13000
  (null != propKey || null != lastProp)
13009
13001
  )
13010
- switch (propKey$203) {
13002
+ switch (propKey$202) {
13011
13003
  case "type":
13012
13004
  type = propKey;
13013
13005
  break;
@@ -13036,7 +13028,7 @@ function updateProperties(domElement, tag, lastProps, nextProps) {
13036
13028
  setProp(
13037
13029
  domElement,
13038
13030
  tag,
13039
- propKey$203,
13031
+ propKey$202,
13040
13032
  propKey,
13041
13033
  nextProps,
13042
13034
  lastProp
@@ -13055,7 +13047,7 @@ function updateProperties(domElement, tag, lastProps, nextProps) {
13055
13047
  );
13056
13048
  return;
13057
13049
  case "select":
13058
- propKey = value = defaultValue = propKey$203 = null;
13050
+ propKey = value = defaultValue = propKey$202 = null;
13059
13051
  for (type in lastProps)
13060
13052
  if (
13061
13053
  ((lastDefaultValue = lastProps[type]),
@@ -13086,7 +13078,7 @@ function updateProperties(domElement, tag, lastProps, nextProps) {
13086
13078
  )
13087
13079
  switch (name) {
13088
13080
  case "value":
13089
- propKey$203 = type;
13081
+ propKey$202 = type;
13090
13082
  break;
13091
13083
  case "defaultValue":
13092
13084
  defaultValue = type;
@@ -13107,15 +13099,15 @@ function updateProperties(domElement, tag, lastProps, nextProps) {
13107
13099
  tag = defaultValue;
13108
13100
  lastProps = value;
13109
13101
  nextProps = propKey;
13110
- null != propKey$203
13111
- ? updateOptions(domElement, !!lastProps, propKey$203, !1)
13102
+ null != propKey$202
13103
+ ? updateOptions(domElement, !!lastProps, propKey$202, !1)
13112
13104
  : !!nextProps !== !!lastProps &&
13113
13105
  (null != tag
13114
13106
  ? updateOptions(domElement, !!lastProps, tag, !0)
13115
13107
  : updateOptions(domElement, !!lastProps, lastProps ? [] : "", !1));
13116
13108
  return;
13117
13109
  case "textarea":
13118
- propKey = propKey$203 = null;
13110
+ propKey = propKey$202 = null;
13119
13111
  for (defaultValue in lastProps)
13120
13112
  if (
13121
13113
  ((name = lastProps[defaultValue]),
@@ -13139,7 +13131,7 @@ function updateProperties(domElement, tag, lastProps, nextProps) {
13139
13131
  )
13140
13132
  switch (value) {
13141
13133
  case "value":
13142
- propKey$203 = name;
13134
+ propKey$202 = name;
13143
13135
  break;
13144
13136
  case "defaultValue":
13145
13137
  propKey = name;
@@ -13153,17 +13145,17 @@ function updateProperties(domElement, tag, lastProps, nextProps) {
13153
13145
  name !== type &&
13154
13146
  setProp(domElement, tag, value, name, nextProps, type);
13155
13147
  }
13156
- updateTextarea(domElement, propKey$203, propKey);
13148
+ updateTextarea(domElement, propKey$202, propKey);
13157
13149
  return;
13158
13150
  case "option":
13159
- for (var propKey$219 in lastProps)
13151
+ for (var propKey$218 in lastProps)
13160
13152
  if (
13161
- ((propKey$203 = lastProps[propKey$219]),
13162
- lastProps.hasOwnProperty(propKey$219) &&
13163
- null != propKey$203 &&
13164
- !nextProps.hasOwnProperty(propKey$219))
13153
+ ((propKey$202 = lastProps[propKey$218]),
13154
+ lastProps.hasOwnProperty(propKey$218) &&
13155
+ null != propKey$202 &&
13156
+ !nextProps.hasOwnProperty(propKey$218))
13165
13157
  )
13166
- switch (propKey$219) {
13158
+ switch (propKey$218) {
13167
13159
  case "selected":
13168
13160
  domElement.selected = !1;
13169
13161
  break;
@@ -13171,33 +13163,33 @@ function updateProperties(domElement, tag, lastProps, nextProps) {
13171
13163
  setProp(
13172
13164
  domElement,
13173
13165
  tag,
13174
- propKey$219,
13166
+ propKey$218,
13175
13167
  null,
13176
13168
  nextProps,
13177
- propKey$203
13169
+ propKey$202
13178
13170
  );
13179
13171
  }
13180
13172
  for (lastDefaultValue in nextProps)
13181
13173
  if (
13182
- ((propKey$203 = nextProps[lastDefaultValue]),
13174
+ ((propKey$202 = nextProps[lastDefaultValue]),
13183
13175
  (propKey = lastProps[lastDefaultValue]),
13184
13176
  nextProps.hasOwnProperty(lastDefaultValue) &&
13185
- propKey$203 !== propKey &&
13186
- (null != propKey$203 || null != propKey))
13177
+ propKey$202 !== propKey &&
13178
+ (null != propKey$202 || null != propKey))
13187
13179
  )
13188
13180
  switch (lastDefaultValue) {
13189
13181
  case "selected":
13190
13182
  domElement.selected =
13191
- propKey$203 &&
13192
- "function" !== typeof propKey$203 &&
13193
- "symbol" !== typeof propKey$203;
13183
+ propKey$202 &&
13184
+ "function" !== typeof propKey$202 &&
13185
+ "symbol" !== typeof propKey$202;
13194
13186
  break;
13195
13187
  default:
13196
13188
  setProp(
13197
13189
  domElement,
13198
13190
  tag,
13199
13191
  lastDefaultValue,
13200
- propKey$203,
13192
+ propKey$202,
13201
13193
  nextProps,
13202
13194
  propKey
13203
13195
  );
@@ -13218,24 +13210,24 @@ function updateProperties(domElement, tag, lastProps, nextProps) {
13218
13210
  case "track":
13219
13211
  case "wbr":
13220
13212
  case "menuitem":
13221
- for (var propKey$224 in lastProps)
13222
- (propKey$203 = lastProps[propKey$224]),
13223
- lastProps.hasOwnProperty(propKey$224) &&
13224
- null != propKey$203 &&
13225
- !nextProps.hasOwnProperty(propKey$224) &&
13226
- setProp(domElement, tag, propKey$224, null, nextProps, propKey$203);
13213
+ for (var propKey$223 in lastProps)
13214
+ (propKey$202 = lastProps[propKey$223]),
13215
+ lastProps.hasOwnProperty(propKey$223) &&
13216
+ null != propKey$202 &&
13217
+ !nextProps.hasOwnProperty(propKey$223) &&
13218
+ setProp(domElement, tag, propKey$223, null, nextProps, propKey$202);
13227
13219
  for (checked in nextProps)
13228
13220
  if (
13229
- ((propKey$203 = nextProps[checked]),
13221
+ ((propKey$202 = nextProps[checked]),
13230
13222
  (propKey = lastProps[checked]),
13231
13223
  nextProps.hasOwnProperty(checked) &&
13232
- propKey$203 !== propKey &&
13233
- (null != propKey$203 || null != propKey))
13224
+ propKey$202 !== propKey &&
13225
+ (null != propKey$202 || null != propKey))
13234
13226
  )
13235
13227
  switch (checked) {
13236
13228
  case "children":
13237
13229
  case "dangerouslySetInnerHTML":
13238
- if (null != propKey$203)
13230
+ if (null != propKey$202)
13239
13231
  throw Error(formatProdErrorMessage(137, tag));
13240
13232
  break;
13241
13233
  default:
@@ -13243,7 +13235,7 @@ function updateProperties(domElement, tag, lastProps, nextProps) {
13243
13235
  domElement,
13244
13236
  tag,
13245
13237
  checked,
13246
- propKey$203,
13238
+ propKey$202,
13247
13239
  nextProps,
13248
13240
  propKey
13249
13241
  );
@@ -13251,49 +13243,49 @@ function updateProperties(domElement, tag, lastProps, nextProps) {
13251
13243
  return;
13252
13244
  default:
13253
13245
  if (isCustomElement(tag)) {
13254
- for (var propKey$229 in lastProps)
13255
- (propKey$203 = lastProps[propKey$229]),
13256
- lastProps.hasOwnProperty(propKey$229) &&
13257
- void 0 !== propKey$203 &&
13258
- !nextProps.hasOwnProperty(propKey$229) &&
13246
+ for (var propKey$228 in lastProps)
13247
+ (propKey$202 = lastProps[propKey$228]),
13248
+ lastProps.hasOwnProperty(propKey$228) &&
13249
+ void 0 !== propKey$202 &&
13250
+ !nextProps.hasOwnProperty(propKey$228) &&
13259
13251
  setPropOnCustomElement(
13260
13252
  domElement,
13261
13253
  tag,
13262
- propKey$229,
13254
+ propKey$228,
13263
13255
  void 0,
13264
13256
  nextProps,
13265
- propKey$203
13257
+ propKey$202
13266
13258
  );
13267
13259
  for (defaultChecked in nextProps)
13268
- (propKey$203 = nextProps[defaultChecked]),
13260
+ (propKey$202 = nextProps[defaultChecked]),
13269
13261
  (propKey = lastProps[defaultChecked]),
13270
13262
  !nextProps.hasOwnProperty(defaultChecked) ||
13271
- propKey$203 === propKey ||
13272
- (void 0 === propKey$203 && void 0 === propKey) ||
13263
+ propKey$202 === propKey ||
13264
+ (void 0 === propKey$202 && void 0 === propKey) ||
13273
13265
  setPropOnCustomElement(
13274
13266
  domElement,
13275
13267
  tag,
13276
13268
  defaultChecked,
13277
- propKey$203,
13269
+ propKey$202,
13278
13270
  nextProps,
13279
13271
  propKey
13280
13272
  );
13281
13273
  return;
13282
13274
  }
13283
13275
  }
13284
- for (var propKey$234 in lastProps)
13285
- (propKey$203 = lastProps[propKey$234]),
13286
- lastProps.hasOwnProperty(propKey$234) &&
13287
- null != propKey$203 &&
13288
- !nextProps.hasOwnProperty(propKey$234) &&
13289
- setProp(domElement, tag, propKey$234, null, nextProps, propKey$203);
13276
+ for (var propKey$233 in lastProps)
13277
+ (propKey$202 = lastProps[propKey$233]),
13278
+ lastProps.hasOwnProperty(propKey$233) &&
13279
+ null != propKey$202 &&
13280
+ !nextProps.hasOwnProperty(propKey$233) &&
13281
+ setProp(domElement, tag, propKey$233, null, nextProps, propKey$202);
13290
13282
  for (lastProp in nextProps)
13291
- (propKey$203 = nextProps[lastProp]),
13283
+ (propKey$202 = nextProps[lastProp]),
13292
13284
  (propKey = lastProps[lastProp]),
13293
13285
  !nextProps.hasOwnProperty(lastProp) ||
13294
- propKey$203 === propKey ||
13295
- (null == propKey$203 && null == propKey) ||
13296
- setProp(domElement, tag, lastProp, propKey$203, nextProps, propKey);
13286
+ propKey$202 === propKey ||
13287
+ (null == propKey$202 && null == propKey) ||
13288
+ setProp(domElement, tag, lastProp, propKey$202, nextProps, propKey);
13297
13289
  }
13298
13290
  var eventsEnabled = null,
13299
13291
  selectionInformation = null;
@@ -13838,26 +13830,26 @@ function getResource(type, currentProps, pendingProps, currentResource) {
13838
13830
  "string" === typeof pendingProps.precedence
13839
13831
  ) {
13840
13832
  type = getStyleKey(pendingProps.href);
13841
- var styles$242 = getResourcesFromRoot(
13833
+ var styles$241 = getResourcesFromRoot(
13842
13834
  JSCompiler_inline_result
13843
13835
  ).hoistableStyles,
13844
- resource$243 = styles$242.get(type);
13845
- resource$243 ||
13836
+ resource$242 = styles$241.get(type);
13837
+ resource$242 ||
13846
13838
  ((JSCompiler_inline_result =
13847
13839
  JSCompiler_inline_result.ownerDocument || JSCompiler_inline_result),
13848
- (resource$243 = {
13840
+ (resource$242 = {
13849
13841
  type: "stylesheet",
13850
13842
  instance: null,
13851
13843
  count: 0,
13852
13844
  state: { loading: 0, preload: null }
13853
13845
  }),
13854
- styles$242.set(type, resource$243),
13855
- (styles$242 = JSCompiler_inline_result.querySelector(
13846
+ styles$241.set(type, resource$242),
13847
+ (styles$241 = JSCompiler_inline_result.querySelector(
13856
13848
  getStylesheetSelectorFromKey(type)
13857
13849
  )) &&
13858
- !styles$242._p &&
13859
- ((resource$243.instance = styles$242),
13860
- (resource$243.state.loading = 5)),
13850
+ !styles$241._p &&
13851
+ ((resource$242.instance = styles$241),
13852
+ (resource$242.state.loading = 5)),
13861
13853
  preloadPropsMap.has(type) ||
13862
13854
  ((pendingProps = {
13863
13855
  rel: "preload",
@@ -13870,16 +13862,16 @@ function getResource(type, currentProps, pendingProps, currentResource) {
13870
13862
  referrerPolicy: pendingProps.referrerPolicy
13871
13863
  }),
13872
13864
  preloadPropsMap.set(type, pendingProps),
13873
- styles$242 ||
13865
+ styles$241 ||
13874
13866
  preloadStylesheet(
13875
13867
  JSCompiler_inline_result,
13876
13868
  type,
13877
13869
  pendingProps,
13878
- resource$243.state
13870
+ resource$242.state
13879
13871
  )));
13880
13872
  if (currentProps && null === currentResource)
13881
13873
  throw Error(formatProdErrorMessage(528, ""));
13882
- return resource$243;
13874
+ return resource$242;
13883
13875
  }
13884
13876
  if (currentProps && null !== currentResource)
13885
13877
  throw Error(formatProdErrorMessage(529, ""));
@@ -13976,37 +13968,37 @@ function acquireResource(hoistableRoot, resource, props) {
13976
13968
  return (resource.instance = instance);
13977
13969
  case "stylesheet":
13978
13970
  styleProps = getStyleKey(props.href);
13979
- var instance$248 = hoistableRoot.querySelector(
13971
+ var instance$247 = hoistableRoot.querySelector(
13980
13972
  getStylesheetSelectorFromKey(styleProps)
13981
13973
  );
13982
- if (instance$248)
13974
+ if (instance$247)
13983
13975
  return (
13984
13976
  (resource.state.loading |= 4),
13985
- (resource.instance = instance$248),
13986
- markNodeAsHoistable(instance$248),
13987
- instance$248
13977
+ (resource.instance = instance$247),
13978
+ markNodeAsHoistable(instance$247),
13979
+ instance$247
13988
13980
  );
13989
13981
  instance = stylesheetPropsFromRawProps(props);
13990
13982
  (styleProps = preloadPropsMap.get(styleProps)) &&
13991
13983
  adoptPreloadPropsForStylesheet(instance, styleProps);
13992
- instance$248 = (
13984
+ instance$247 = (
13993
13985
  hoistableRoot.ownerDocument || hoistableRoot
13994
13986
  ).createElement("link");
13995
- markNodeAsHoistable(instance$248);
13996
- var linkInstance = instance$248;
13987
+ markNodeAsHoistable(instance$247);
13988
+ var linkInstance = instance$247;
13997
13989
  linkInstance._p = new Promise(function (resolve, reject) {
13998
13990
  linkInstance.onload = resolve;
13999
13991
  linkInstance.onerror = reject;
14000
13992
  });
14001
- setInitialProperties(instance$248, "link", instance);
13993
+ setInitialProperties(instance$247, "link", instance);
14002
13994
  resource.state.loading |= 4;
14003
- insertStylesheet(instance$248, props.precedence, hoistableRoot);
14004
- return (resource.instance = instance$248);
13995
+ insertStylesheet(instance$247, props.precedence, hoistableRoot);
13996
+ return (resource.instance = instance$247);
14005
13997
  case "script":
14006
- instance$248 = getScriptKey(props.src);
13998
+ instance$247 = getScriptKey(props.src);
14007
13999
  if (
14008
14000
  (styleProps = hoistableRoot.querySelector(
14009
- getScriptSelectorFromKey(instance$248)
14001
+ getScriptSelectorFromKey(instance$247)
14010
14002
  ))
14011
14003
  )
14012
14004
  return (
@@ -14015,7 +14007,7 @@ function acquireResource(hoistableRoot, resource, props) {
14015
14007
  styleProps
14016
14008
  );
14017
14009
  instance = props;
14018
- if ((styleProps = preloadPropsMap.get(instance$248)))
14010
+ if ((styleProps = preloadPropsMap.get(instance$247)))
14019
14011
  (instance = assign({}, props)),
14020
14012
  adoptPreloadPropsForScript(instance, styleProps);
14021
14013
  hoistableRoot = hoistableRoot.ownerDocument || hoistableRoot;
@@ -15039,16 +15031,16 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
15039
15031
  0 === i && attemptExplicitHydrationTarget(target);
15040
15032
  }
15041
15033
  };
15042
- var isomorphicReactPackageVersion$jscomp$inline_1686 = React.version;
15034
+ var isomorphicReactPackageVersion$jscomp$inline_1685 = React.version;
15043
15035
  if (
15044
- "19.0.0-rc-b01722d5-20241114" !==
15045
- isomorphicReactPackageVersion$jscomp$inline_1686
15036
+ "19.0.0-rc-e1ef8c95-20241115" !==
15037
+ isomorphicReactPackageVersion$jscomp$inline_1685
15046
15038
  )
15047
15039
  throw Error(
15048
15040
  formatProdErrorMessage(
15049
15041
  527,
15050
- isomorphicReactPackageVersion$jscomp$inline_1686,
15051
- "19.0.0-rc-b01722d5-20241114"
15042
+ isomorphicReactPackageVersion$jscomp$inline_1685,
15043
+ "19.0.0-rc-e1ef8c95-20241115"
15052
15044
  )
15053
15045
  );
15054
15046
  ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -15068,25 +15060,25 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
15068
15060
  null === componentOrElement ? null : componentOrElement.stateNode;
15069
15061
  return componentOrElement;
15070
15062
  };
15071
- var internals$jscomp$inline_2165 = {
15063
+ var internals$jscomp$inline_2164 = {
15072
15064
  bundleType: 0,
15073
- version: "19.0.0-rc-b01722d5-20241114",
15065
+ version: "19.0.0-rc-e1ef8c95-20241115",
15074
15066
  rendererPackageName: "react-dom",
15075
15067
  currentDispatcherRef: ReactSharedInternals,
15076
15068
  findFiberByHostInstance: getClosestInstanceFromNode,
15077
- reconcilerVersion: "19.0.0-rc-b01722d5-20241114"
15069
+ reconcilerVersion: "19.0.0-rc-e1ef8c95-20241115"
15078
15070
  };
15079
15071
  if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
15080
- var hook$jscomp$inline_2166 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
15072
+ var hook$jscomp$inline_2165 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
15081
15073
  if (
15082
- !hook$jscomp$inline_2166.isDisabled &&
15083
- hook$jscomp$inline_2166.supportsFiber
15074
+ !hook$jscomp$inline_2165.isDisabled &&
15075
+ hook$jscomp$inline_2165.supportsFiber
15084
15076
  )
15085
15077
  try {
15086
- (rendererID = hook$jscomp$inline_2166.inject(
15087
- internals$jscomp$inline_2165
15078
+ (rendererID = hook$jscomp$inline_2165.inject(
15079
+ internals$jscomp$inline_2164
15088
15080
  )),
15089
- (injectedHook = hook$jscomp$inline_2166);
15081
+ (injectedHook = hook$jscomp$inline_2165);
15090
15082
  } catch (err) {}
15091
15083
  }
15092
15084
  exports.createRoot = function (container, options) {
@@ -15178,4 +15170,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
15178
15170
  listenToAllSupportedEvents(container);
15179
15171
  return new ReactDOMHydrationRoot(initialChildren);
15180
15172
  };
15181
- exports.version = "19.0.0-rc-b01722d5-20241114";
15173
+ exports.version = "19.0.0-rc-e1ef8c95-20241115";