react 19.0.0-rc-77b637d6-20241016 → 19.0.0-rc-b8ae38f8-20241018

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.
@@ -168,64 +168,64 @@
168
168
  previousDispatcher = ReactSharedInternals.H;
169
169
  ReactSharedInternals.H = null;
170
170
  disableLogs();
171
- var RunInRootFrame = {
172
- DetermineComponentFrameRoot: function () {
173
- try {
174
- if (construct) {
175
- var Fake = function () {
176
- throw Error();
177
- };
178
- Object.defineProperty(Fake.prototype, "props", {
179
- set: function () {
171
+ try {
172
+ var RunInRootFrame = {
173
+ DetermineComponentFrameRoot: function () {
174
+ try {
175
+ if (construct) {
176
+ var Fake = function () {
180
177
  throw Error();
178
+ };
179
+ Object.defineProperty(Fake.prototype, "props", {
180
+ set: function () {
181
+ throw Error();
182
+ }
183
+ });
184
+ if ("object" === typeof Reflect && Reflect.construct) {
185
+ try {
186
+ Reflect.construct(Fake, []);
187
+ } catch (x) {
188
+ var control = x;
189
+ }
190
+ Reflect.construct(fn, [], Fake);
191
+ } else {
192
+ try {
193
+ Fake.call();
194
+ } catch (x$0) {
195
+ control = x$0;
196
+ }
197
+ fn.call(Fake.prototype);
181
198
  }
182
- });
183
- if ("object" === typeof Reflect && Reflect.construct) {
184
- try {
185
- Reflect.construct(Fake, []);
186
- } catch (x) {
187
- var control = x;
188
- }
189
- Reflect.construct(fn, [], Fake);
190
199
  } else {
191
200
  try {
192
- Fake.call();
193
- } catch (x$0) {
194
- control = x$0;
201
+ throw Error();
202
+ } catch (x$1) {
203
+ control = x$1;
195
204
  }
196
- fn.call(Fake.prototype);
197
- }
198
- } else {
199
- try {
200
- throw Error();
201
- } catch (x$1) {
202
- control = x$1;
205
+ (Fake = fn()) &&
206
+ "function" === typeof Fake.catch &&
207
+ Fake.catch(function () {});
203
208
  }
204
- (Fake = fn()) &&
205
- "function" === typeof Fake.catch &&
206
- Fake.catch(function () {});
209
+ } catch (sample) {
210
+ if (sample && control && "string" === typeof sample.stack)
211
+ return [sample.stack, control.stack];
207
212
  }
208
- } catch (sample) {
209
- if (sample && control && "string" === typeof sample.stack)
210
- return [sample.stack, control.stack];
213
+ return [null, null];
211
214
  }
212
- return [null, null];
213
- }
214
- };
215
- RunInRootFrame.DetermineComponentFrameRoot.displayName =
216
- "DetermineComponentFrameRoot";
217
- var namePropDescriptor = Object.getOwnPropertyDescriptor(
218
- RunInRootFrame.DetermineComponentFrameRoot,
219
- "name"
220
- );
221
- namePropDescriptor &&
222
- namePropDescriptor.configurable &&
223
- Object.defineProperty(
215
+ };
216
+ RunInRootFrame.DetermineComponentFrameRoot.displayName =
217
+ "DetermineComponentFrameRoot";
218
+ var namePropDescriptor = Object.getOwnPropertyDescriptor(
224
219
  RunInRootFrame.DetermineComponentFrameRoot,
225
- "name",
226
- { value: "DetermineComponentFrameRoot" }
220
+ "name"
227
221
  );
228
- try {
222
+ namePropDescriptor &&
223
+ namePropDescriptor.configurable &&
224
+ Object.defineProperty(
225
+ RunInRootFrame.DetermineComponentFrameRoot,
226
+ "name",
227
+ { value: "DetermineComponentFrameRoot" }
228
+ );
229
229
  var _RunInRootFrame$Deter =
230
230
  RunInRootFrame.DetermineComponentFrameRoot(),
231
231
  sampleStack = _RunInRootFrame$Deter[0],
@@ -234,54 +234,58 @@
234
234
  var sampleLines = sampleStack.split("\n"),
235
235
  controlLines = controlStack.split("\n");
236
236
  for (
237
- sampleStack = _RunInRootFrame$Deter = 0;
238
- _RunInRootFrame$Deter < sampleLines.length &&
239
- !sampleLines[_RunInRootFrame$Deter].includes(
237
+ _RunInRootFrame$Deter = namePropDescriptor = 0;
238
+ namePropDescriptor < sampleLines.length &&
239
+ !sampleLines[namePropDescriptor].includes(
240
240
  "DetermineComponentFrameRoot"
241
241
  );
242
242
 
243
243
  )
244
- _RunInRootFrame$Deter++;
244
+ namePropDescriptor++;
245
245
  for (
246
246
  ;
247
- sampleStack < controlLines.length &&
248
- !controlLines[sampleStack].includes("DetermineComponentFrameRoot");
247
+ _RunInRootFrame$Deter < controlLines.length &&
248
+ !controlLines[_RunInRootFrame$Deter].includes(
249
+ "DetermineComponentFrameRoot"
250
+ );
249
251
 
250
252
  )
251
- sampleStack++;
253
+ _RunInRootFrame$Deter++;
252
254
  if (
253
- _RunInRootFrame$Deter === sampleLines.length ||
254
- sampleStack === controlLines.length
255
+ namePropDescriptor === sampleLines.length ||
256
+ _RunInRootFrame$Deter === controlLines.length
255
257
  )
256
258
  for (
257
- _RunInRootFrame$Deter = sampleLines.length - 1,
258
- sampleStack = controlLines.length - 1;
259
- 1 <= _RunInRootFrame$Deter &&
260
- 0 <= sampleStack &&
261
- sampleLines[_RunInRootFrame$Deter] !== controlLines[sampleStack];
259
+ namePropDescriptor = sampleLines.length - 1,
260
+ _RunInRootFrame$Deter = controlLines.length - 1;
261
+ 1 <= namePropDescriptor &&
262
+ 0 <= _RunInRootFrame$Deter &&
263
+ sampleLines[namePropDescriptor] !==
264
+ controlLines[_RunInRootFrame$Deter];
262
265
 
263
266
  )
264
- sampleStack--;
267
+ _RunInRootFrame$Deter--;
265
268
  for (
266
269
  ;
267
- 1 <= _RunInRootFrame$Deter && 0 <= sampleStack;
268
- _RunInRootFrame$Deter--, sampleStack--
270
+ 1 <= namePropDescriptor && 0 <= _RunInRootFrame$Deter;
271
+ namePropDescriptor--, _RunInRootFrame$Deter--
269
272
  )
270
273
  if (
271
- sampleLines[_RunInRootFrame$Deter] !== controlLines[sampleStack]
274
+ sampleLines[namePropDescriptor] !==
275
+ controlLines[_RunInRootFrame$Deter]
272
276
  ) {
273
- if (1 !== _RunInRootFrame$Deter || 1 !== sampleStack) {
277
+ if (1 !== namePropDescriptor || 1 !== _RunInRootFrame$Deter) {
274
278
  do
275
279
  if (
276
- (_RunInRootFrame$Deter--,
277
- sampleStack--,
278
- 0 > sampleStack ||
279
- sampleLines[_RunInRootFrame$Deter] !==
280
- controlLines[sampleStack])
280
+ (namePropDescriptor--,
281
+ _RunInRootFrame$Deter--,
282
+ 0 > _RunInRootFrame$Deter ||
283
+ sampleLines[namePropDescriptor] !==
284
+ controlLines[_RunInRootFrame$Deter])
281
285
  ) {
282
286
  var _frame =
283
287
  "\n" +
284
- sampleLines[_RunInRootFrame$Deter].replace(
288
+ sampleLines[namePropDescriptor].replace(
285
289
  " at new ",
286
290
  " at "
287
291
  );
@@ -292,7 +296,7 @@
292
296
  componentFrameCache.set(fn, _frame);
293
297
  return _frame;
294
298
  }
295
- while (1 <= _RunInRootFrame$Deter && 0 <= sampleStack);
299
+ while (1 <= namePropDescriptor && 0 <= _RunInRootFrame$Deter);
296
300
  }
297
301
  break;
298
302
  }
@@ -168,64 +168,64 @@
168
168
  previousDispatcher = ReactSharedInternalsServer.H;
169
169
  ReactSharedInternalsServer.H = null;
170
170
  disableLogs();
171
- var RunInRootFrame = {
172
- DetermineComponentFrameRoot: function () {
173
- try {
174
- if (construct) {
175
- var Fake = function () {
176
- throw Error();
177
- };
178
- Object.defineProperty(Fake.prototype, "props", {
179
- set: function () {
171
+ try {
172
+ var RunInRootFrame = {
173
+ DetermineComponentFrameRoot: function () {
174
+ try {
175
+ if (construct) {
176
+ var Fake = function () {
180
177
  throw Error();
178
+ };
179
+ Object.defineProperty(Fake.prototype, "props", {
180
+ set: function () {
181
+ throw Error();
182
+ }
183
+ });
184
+ if ("object" === typeof Reflect && Reflect.construct) {
185
+ try {
186
+ Reflect.construct(Fake, []);
187
+ } catch (x) {
188
+ var control = x;
189
+ }
190
+ Reflect.construct(fn, [], Fake);
191
+ } else {
192
+ try {
193
+ Fake.call();
194
+ } catch (x$0) {
195
+ control = x$0;
196
+ }
197
+ fn.call(Fake.prototype);
181
198
  }
182
- });
183
- if ("object" === typeof Reflect && Reflect.construct) {
184
- try {
185
- Reflect.construct(Fake, []);
186
- } catch (x) {
187
- var control = x;
188
- }
189
- Reflect.construct(fn, [], Fake);
190
199
  } else {
191
200
  try {
192
- Fake.call();
193
- } catch (x$0) {
194
- control = x$0;
201
+ throw Error();
202
+ } catch (x$1) {
203
+ control = x$1;
195
204
  }
196
- fn.call(Fake.prototype);
197
- }
198
- } else {
199
- try {
200
- throw Error();
201
- } catch (x$1) {
202
- control = x$1;
205
+ (Fake = fn()) &&
206
+ "function" === typeof Fake.catch &&
207
+ Fake.catch(function () {});
203
208
  }
204
- (Fake = fn()) &&
205
- "function" === typeof Fake.catch &&
206
- Fake.catch(function () {});
209
+ } catch (sample) {
210
+ if (sample && control && "string" === typeof sample.stack)
211
+ return [sample.stack, control.stack];
207
212
  }
208
- } catch (sample) {
209
- if (sample && control && "string" === typeof sample.stack)
210
- return [sample.stack, control.stack];
213
+ return [null, null];
211
214
  }
212
- return [null, null];
213
- }
214
- };
215
- RunInRootFrame.DetermineComponentFrameRoot.displayName =
216
- "DetermineComponentFrameRoot";
217
- var namePropDescriptor = Object.getOwnPropertyDescriptor(
218
- RunInRootFrame.DetermineComponentFrameRoot,
219
- "name"
220
- );
221
- namePropDescriptor &&
222
- namePropDescriptor.configurable &&
223
- Object.defineProperty(
215
+ };
216
+ RunInRootFrame.DetermineComponentFrameRoot.displayName =
217
+ "DetermineComponentFrameRoot";
218
+ var namePropDescriptor = Object.getOwnPropertyDescriptor(
224
219
  RunInRootFrame.DetermineComponentFrameRoot,
225
- "name",
226
- { value: "DetermineComponentFrameRoot" }
220
+ "name"
227
221
  );
228
- try {
222
+ namePropDescriptor &&
223
+ namePropDescriptor.configurable &&
224
+ Object.defineProperty(
225
+ RunInRootFrame.DetermineComponentFrameRoot,
226
+ "name",
227
+ { value: "DetermineComponentFrameRoot" }
228
+ );
229
229
  var _RunInRootFrame$Deter =
230
230
  RunInRootFrame.DetermineComponentFrameRoot(),
231
231
  sampleStack = _RunInRootFrame$Deter[0],
@@ -234,54 +234,58 @@
234
234
  var sampleLines = sampleStack.split("\n"),
235
235
  controlLines = controlStack.split("\n");
236
236
  for (
237
- sampleStack = _RunInRootFrame$Deter = 0;
238
- _RunInRootFrame$Deter < sampleLines.length &&
239
- !sampleLines[_RunInRootFrame$Deter].includes(
237
+ _RunInRootFrame$Deter = namePropDescriptor = 0;
238
+ namePropDescriptor < sampleLines.length &&
239
+ !sampleLines[namePropDescriptor].includes(
240
240
  "DetermineComponentFrameRoot"
241
241
  );
242
242
 
243
243
  )
244
- _RunInRootFrame$Deter++;
244
+ namePropDescriptor++;
245
245
  for (
246
246
  ;
247
- sampleStack < controlLines.length &&
248
- !controlLines[sampleStack].includes("DetermineComponentFrameRoot");
247
+ _RunInRootFrame$Deter < controlLines.length &&
248
+ !controlLines[_RunInRootFrame$Deter].includes(
249
+ "DetermineComponentFrameRoot"
250
+ );
249
251
 
250
252
  )
251
- sampleStack++;
253
+ _RunInRootFrame$Deter++;
252
254
  if (
253
- _RunInRootFrame$Deter === sampleLines.length ||
254
- sampleStack === controlLines.length
255
+ namePropDescriptor === sampleLines.length ||
256
+ _RunInRootFrame$Deter === controlLines.length
255
257
  )
256
258
  for (
257
- _RunInRootFrame$Deter = sampleLines.length - 1,
258
- sampleStack = controlLines.length - 1;
259
- 1 <= _RunInRootFrame$Deter &&
260
- 0 <= sampleStack &&
261
- sampleLines[_RunInRootFrame$Deter] !== controlLines[sampleStack];
259
+ namePropDescriptor = sampleLines.length - 1,
260
+ _RunInRootFrame$Deter = controlLines.length - 1;
261
+ 1 <= namePropDescriptor &&
262
+ 0 <= _RunInRootFrame$Deter &&
263
+ sampleLines[namePropDescriptor] !==
264
+ controlLines[_RunInRootFrame$Deter];
262
265
 
263
266
  )
264
- sampleStack--;
267
+ _RunInRootFrame$Deter--;
265
268
  for (
266
269
  ;
267
- 1 <= _RunInRootFrame$Deter && 0 <= sampleStack;
268
- _RunInRootFrame$Deter--, sampleStack--
270
+ 1 <= namePropDescriptor && 0 <= _RunInRootFrame$Deter;
271
+ namePropDescriptor--, _RunInRootFrame$Deter--
269
272
  )
270
273
  if (
271
- sampleLines[_RunInRootFrame$Deter] !== controlLines[sampleStack]
274
+ sampleLines[namePropDescriptor] !==
275
+ controlLines[_RunInRootFrame$Deter]
272
276
  ) {
273
- if (1 !== _RunInRootFrame$Deter || 1 !== sampleStack) {
277
+ if (1 !== namePropDescriptor || 1 !== _RunInRootFrame$Deter) {
274
278
  do
275
279
  if (
276
- (_RunInRootFrame$Deter--,
277
- sampleStack--,
278
- 0 > sampleStack ||
279
- sampleLines[_RunInRootFrame$Deter] !==
280
- controlLines[sampleStack])
280
+ (namePropDescriptor--,
281
+ _RunInRootFrame$Deter--,
282
+ 0 > _RunInRootFrame$Deter ||
283
+ sampleLines[namePropDescriptor] !==
284
+ controlLines[_RunInRootFrame$Deter])
281
285
  ) {
282
286
  var _frame =
283
287
  "\n" +
284
- sampleLines[_RunInRootFrame$Deter].replace(
288
+ sampleLines[namePropDescriptor].replace(
285
289
  " at new ",
286
290
  " at "
287
291
  );
@@ -292,7 +296,7 @@
292
296
  componentFrameCache.set(fn, _frame);
293
297
  return _frame;
294
298
  }
295
- while (1 <= _RunInRootFrame$Deter && 0 <= sampleStack);
299
+ while (1 <= namePropDescriptor && 0 <= _RunInRootFrame$Deter);
296
300
  }
297
301
  break;
298
302
  }
@@ -168,64 +168,64 @@
168
168
  previousDispatcher = ReactSharedInternals.H;
169
169
  ReactSharedInternals.H = null;
170
170
  disableLogs();
171
- var RunInRootFrame = {
172
- DetermineComponentFrameRoot: function () {
173
- try {
174
- if (construct) {
175
- var Fake = function () {
176
- throw Error();
177
- };
178
- Object.defineProperty(Fake.prototype, "props", {
179
- set: function () {
171
+ try {
172
+ var RunInRootFrame = {
173
+ DetermineComponentFrameRoot: function () {
174
+ try {
175
+ if (construct) {
176
+ var Fake = function () {
180
177
  throw Error();
178
+ };
179
+ Object.defineProperty(Fake.prototype, "props", {
180
+ set: function () {
181
+ throw Error();
182
+ }
183
+ });
184
+ if ("object" === typeof Reflect && Reflect.construct) {
185
+ try {
186
+ Reflect.construct(Fake, []);
187
+ } catch (x) {
188
+ var control = x;
189
+ }
190
+ Reflect.construct(fn, [], Fake);
191
+ } else {
192
+ try {
193
+ Fake.call();
194
+ } catch (x$0) {
195
+ control = x$0;
196
+ }
197
+ fn.call(Fake.prototype);
181
198
  }
182
- });
183
- if ("object" === typeof Reflect && Reflect.construct) {
184
- try {
185
- Reflect.construct(Fake, []);
186
- } catch (x) {
187
- var control = x;
188
- }
189
- Reflect.construct(fn, [], Fake);
190
199
  } else {
191
200
  try {
192
- Fake.call();
193
- } catch (x$0) {
194
- control = x$0;
201
+ throw Error();
202
+ } catch (x$1) {
203
+ control = x$1;
195
204
  }
196
- fn.call(Fake.prototype);
197
- }
198
- } else {
199
- try {
200
- throw Error();
201
- } catch (x$1) {
202
- control = x$1;
205
+ (Fake = fn()) &&
206
+ "function" === typeof Fake.catch &&
207
+ Fake.catch(function () {});
203
208
  }
204
- (Fake = fn()) &&
205
- "function" === typeof Fake.catch &&
206
- Fake.catch(function () {});
209
+ } catch (sample) {
210
+ if (sample && control && "string" === typeof sample.stack)
211
+ return [sample.stack, control.stack];
207
212
  }
208
- } catch (sample) {
209
- if (sample && control && "string" === typeof sample.stack)
210
- return [sample.stack, control.stack];
213
+ return [null, null];
211
214
  }
212
- return [null, null];
213
- }
214
- };
215
- RunInRootFrame.DetermineComponentFrameRoot.displayName =
216
- "DetermineComponentFrameRoot";
217
- var namePropDescriptor = Object.getOwnPropertyDescriptor(
218
- RunInRootFrame.DetermineComponentFrameRoot,
219
- "name"
220
- );
221
- namePropDescriptor &&
222
- namePropDescriptor.configurable &&
223
- Object.defineProperty(
215
+ };
216
+ RunInRootFrame.DetermineComponentFrameRoot.displayName =
217
+ "DetermineComponentFrameRoot";
218
+ var namePropDescriptor = Object.getOwnPropertyDescriptor(
224
219
  RunInRootFrame.DetermineComponentFrameRoot,
225
- "name",
226
- { value: "DetermineComponentFrameRoot" }
220
+ "name"
227
221
  );
228
- try {
222
+ namePropDescriptor &&
223
+ namePropDescriptor.configurable &&
224
+ Object.defineProperty(
225
+ RunInRootFrame.DetermineComponentFrameRoot,
226
+ "name",
227
+ { value: "DetermineComponentFrameRoot" }
228
+ );
229
229
  var _RunInRootFrame$Deter =
230
230
  RunInRootFrame.DetermineComponentFrameRoot(),
231
231
  sampleStack = _RunInRootFrame$Deter[0],
@@ -234,54 +234,58 @@
234
234
  var sampleLines = sampleStack.split("\n"),
235
235
  controlLines = controlStack.split("\n");
236
236
  for (
237
- sampleStack = _RunInRootFrame$Deter = 0;
238
- _RunInRootFrame$Deter < sampleLines.length &&
239
- !sampleLines[_RunInRootFrame$Deter].includes(
237
+ _RunInRootFrame$Deter = namePropDescriptor = 0;
238
+ namePropDescriptor < sampleLines.length &&
239
+ !sampleLines[namePropDescriptor].includes(
240
240
  "DetermineComponentFrameRoot"
241
241
  );
242
242
 
243
243
  )
244
- _RunInRootFrame$Deter++;
244
+ namePropDescriptor++;
245
245
  for (
246
246
  ;
247
- sampleStack < controlLines.length &&
248
- !controlLines[sampleStack].includes("DetermineComponentFrameRoot");
247
+ _RunInRootFrame$Deter < controlLines.length &&
248
+ !controlLines[_RunInRootFrame$Deter].includes(
249
+ "DetermineComponentFrameRoot"
250
+ );
249
251
 
250
252
  )
251
- sampleStack++;
253
+ _RunInRootFrame$Deter++;
252
254
  if (
253
- _RunInRootFrame$Deter === sampleLines.length ||
254
- sampleStack === controlLines.length
255
+ namePropDescriptor === sampleLines.length ||
256
+ _RunInRootFrame$Deter === controlLines.length
255
257
  )
256
258
  for (
257
- _RunInRootFrame$Deter = sampleLines.length - 1,
258
- sampleStack = controlLines.length - 1;
259
- 1 <= _RunInRootFrame$Deter &&
260
- 0 <= sampleStack &&
261
- sampleLines[_RunInRootFrame$Deter] !== controlLines[sampleStack];
259
+ namePropDescriptor = sampleLines.length - 1,
260
+ _RunInRootFrame$Deter = controlLines.length - 1;
261
+ 1 <= namePropDescriptor &&
262
+ 0 <= _RunInRootFrame$Deter &&
263
+ sampleLines[namePropDescriptor] !==
264
+ controlLines[_RunInRootFrame$Deter];
262
265
 
263
266
  )
264
- sampleStack--;
267
+ _RunInRootFrame$Deter--;
265
268
  for (
266
269
  ;
267
- 1 <= _RunInRootFrame$Deter && 0 <= sampleStack;
268
- _RunInRootFrame$Deter--, sampleStack--
270
+ 1 <= namePropDescriptor && 0 <= _RunInRootFrame$Deter;
271
+ namePropDescriptor--, _RunInRootFrame$Deter--
269
272
  )
270
273
  if (
271
- sampleLines[_RunInRootFrame$Deter] !== controlLines[sampleStack]
274
+ sampleLines[namePropDescriptor] !==
275
+ controlLines[_RunInRootFrame$Deter]
272
276
  ) {
273
- if (1 !== _RunInRootFrame$Deter || 1 !== sampleStack) {
277
+ if (1 !== namePropDescriptor || 1 !== _RunInRootFrame$Deter) {
274
278
  do
275
279
  if (
276
- (_RunInRootFrame$Deter--,
277
- sampleStack--,
278
- 0 > sampleStack ||
279
- sampleLines[_RunInRootFrame$Deter] !==
280
- controlLines[sampleStack])
280
+ (namePropDescriptor--,
281
+ _RunInRootFrame$Deter--,
282
+ 0 > _RunInRootFrame$Deter ||
283
+ sampleLines[namePropDescriptor] !==
284
+ controlLines[_RunInRootFrame$Deter])
281
285
  ) {
282
286
  var _frame =
283
287
  "\n" +
284
- sampleLines[_RunInRootFrame$Deter].replace(
288
+ sampleLines[namePropDescriptor].replace(
285
289
  " at new ",
286
290
  " at "
287
291
  );
@@ -292,7 +296,7 @@
292
296
  componentFrameCache.set(fn, _frame);
293
297
  return _frame;
294
298
  }
295
- while (1 <= _RunInRootFrame$Deter && 0 <= sampleStack);
299
+ while (1 <= namePropDescriptor && 0 <= _RunInRootFrame$Deter);
296
300
  }
297
301
  break;
298
302
  }
@@ -168,64 +168,64 @@
168
168
  previousDispatcher = ReactSharedInternalsServer.H;
169
169
  ReactSharedInternalsServer.H = null;
170
170
  disableLogs();
171
- var RunInRootFrame = {
172
- DetermineComponentFrameRoot: function () {
173
- try {
174
- if (construct) {
175
- var Fake = function () {
176
- throw Error();
177
- };
178
- Object.defineProperty(Fake.prototype, "props", {
179
- set: function () {
171
+ try {
172
+ var RunInRootFrame = {
173
+ DetermineComponentFrameRoot: function () {
174
+ try {
175
+ if (construct) {
176
+ var Fake = function () {
180
177
  throw Error();
178
+ };
179
+ Object.defineProperty(Fake.prototype, "props", {
180
+ set: function () {
181
+ throw Error();
182
+ }
183
+ });
184
+ if ("object" === typeof Reflect && Reflect.construct) {
185
+ try {
186
+ Reflect.construct(Fake, []);
187
+ } catch (x) {
188
+ var control = x;
189
+ }
190
+ Reflect.construct(fn, [], Fake);
191
+ } else {
192
+ try {
193
+ Fake.call();
194
+ } catch (x$0) {
195
+ control = x$0;
196
+ }
197
+ fn.call(Fake.prototype);
181
198
  }
182
- });
183
- if ("object" === typeof Reflect && Reflect.construct) {
184
- try {
185
- Reflect.construct(Fake, []);
186
- } catch (x) {
187
- var control = x;
188
- }
189
- Reflect.construct(fn, [], Fake);
190
199
  } else {
191
200
  try {
192
- Fake.call();
193
- } catch (x$0) {
194
- control = x$0;
201
+ throw Error();
202
+ } catch (x$1) {
203
+ control = x$1;
195
204
  }
196
- fn.call(Fake.prototype);
197
- }
198
- } else {
199
- try {
200
- throw Error();
201
- } catch (x$1) {
202
- control = x$1;
205
+ (Fake = fn()) &&
206
+ "function" === typeof Fake.catch &&
207
+ Fake.catch(function () {});
203
208
  }
204
- (Fake = fn()) &&
205
- "function" === typeof Fake.catch &&
206
- Fake.catch(function () {});
209
+ } catch (sample) {
210
+ if (sample && control && "string" === typeof sample.stack)
211
+ return [sample.stack, control.stack];
207
212
  }
208
- } catch (sample) {
209
- if (sample && control && "string" === typeof sample.stack)
210
- return [sample.stack, control.stack];
213
+ return [null, null];
211
214
  }
212
- return [null, null];
213
- }
214
- };
215
- RunInRootFrame.DetermineComponentFrameRoot.displayName =
216
- "DetermineComponentFrameRoot";
217
- var namePropDescriptor = Object.getOwnPropertyDescriptor(
218
- RunInRootFrame.DetermineComponentFrameRoot,
219
- "name"
220
- );
221
- namePropDescriptor &&
222
- namePropDescriptor.configurable &&
223
- Object.defineProperty(
215
+ };
216
+ RunInRootFrame.DetermineComponentFrameRoot.displayName =
217
+ "DetermineComponentFrameRoot";
218
+ var namePropDescriptor = Object.getOwnPropertyDescriptor(
224
219
  RunInRootFrame.DetermineComponentFrameRoot,
225
- "name",
226
- { value: "DetermineComponentFrameRoot" }
220
+ "name"
227
221
  );
228
- try {
222
+ namePropDescriptor &&
223
+ namePropDescriptor.configurable &&
224
+ Object.defineProperty(
225
+ RunInRootFrame.DetermineComponentFrameRoot,
226
+ "name",
227
+ { value: "DetermineComponentFrameRoot" }
228
+ );
229
229
  var _RunInRootFrame$Deter =
230
230
  RunInRootFrame.DetermineComponentFrameRoot(),
231
231
  sampleStack = _RunInRootFrame$Deter[0],
@@ -234,54 +234,58 @@
234
234
  var sampleLines = sampleStack.split("\n"),
235
235
  controlLines = controlStack.split("\n");
236
236
  for (
237
- sampleStack = _RunInRootFrame$Deter = 0;
238
- _RunInRootFrame$Deter < sampleLines.length &&
239
- !sampleLines[_RunInRootFrame$Deter].includes(
237
+ _RunInRootFrame$Deter = namePropDescriptor = 0;
238
+ namePropDescriptor < sampleLines.length &&
239
+ !sampleLines[namePropDescriptor].includes(
240
240
  "DetermineComponentFrameRoot"
241
241
  );
242
242
 
243
243
  )
244
- _RunInRootFrame$Deter++;
244
+ namePropDescriptor++;
245
245
  for (
246
246
  ;
247
- sampleStack < controlLines.length &&
248
- !controlLines[sampleStack].includes("DetermineComponentFrameRoot");
247
+ _RunInRootFrame$Deter < controlLines.length &&
248
+ !controlLines[_RunInRootFrame$Deter].includes(
249
+ "DetermineComponentFrameRoot"
250
+ );
249
251
 
250
252
  )
251
- sampleStack++;
253
+ _RunInRootFrame$Deter++;
252
254
  if (
253
- _RunInRootFrame$Deter === sampleLines.length ||
254
- sampleStack === controlLines.length
255
+ namePropDescriptor === sampleLines.length ||
256
+ _RunInRootFrame$Deter === controlLines.length
255
257
  )
256
258
  for (
257
- _RunInRootFrame$Deter = sampleLines.length - 1,
258
- sampleStack = controlLines.length - 1;
259
- 1 <= _RunInRootFrame$Deter &&
260
- 0 <= sampleStack &&
261
- sampleLines[_RunInRootFrame$Deter] !== controlLines[sampleStack];
259
+ namePropDescriptor = sampleLines.length - 1,
260
+ _RunInRootFrame$Deter = controlLines.length - 1;
261
+ 1 <= namePropDescriptor &&
262
+ 0 <= _RunInRootFrame$Deter &&
263
+ sampleLines[namePropDescriptor] !==
264
+ controlLines[_RunInRootFrame$Deter];
262
265
 
263
266
  )
264
- sampleStack--;
267
+ _RunInRootFrame$Deter--;
265
268
  for (
266
269
  ;
267
- 1 <= _RunInRootFrame$Deter && 0 <= sampleStack;
268
- _RunInRootFrame$Deter--, sampleStack--
270
+ 1 <= namePropDescriptor && 0 <= _RunInRootFrame$Deter;
271
+ namePropDescriptor--, _RunInRootFrame$Deter--
269
272
  )
270
273
  if (
271
- sampleLines[_RunInRootFrame$Deter] !== controlLines[sampleStack]
274
+ sampleLines[namePropDescriptor] !==
275
+ controlLines[_RunInRootFrame$Deter]
272
276
  ) {
273
- if (1 !== _RunInRootFrame$Deter || 1 !== sampleStack) {
277
+ if (1 !== namePropDescriptor || 1 !== _RunInRootFrame$Deter) {
274
278
  do
275
279
  if (
276
- (_RunInRootFrame$Deter--,
277
- sampleStack--,
278
- 0 > sampleStack ||
279
- sampleLines[_RunInRootFrame$Deter] !==
280
- controlLines[sampleStack])
280
+ (namePropDescriptor--,
281
+ _RunInRootFrame$Deter--,
282
+ 0 > _RunInRootFrame$Deter ||
283
+ sampleLines[namePropDescriptor] !==
284
+ controlLines[_RunInRootFrame$Deter])
281
285
  ) {
282
286
  var _frame =
283
287
  "\n" +
284
- sampleLines[_RunInRootFrame$Deter].replace(
288
+ sampleLines[namePropDescriptor].replace(
285
289
  " at new ",
286
290
  " at "
287
291
  );
@@ -292,7 +296,7 @@
292
296
  componentFrameCache.set(fn, _frame);
293
297
  return _frame;
294
298
  }
295
- while (1 <= _RunInRootFrame$Deter && 0 <= sampleStack);
299
+ while (1 <= namePropDescriptor && 0 <= _RunInRootFrame$Deter);
296
300
  }
297
301
  break;
298
302
  }
@@ -235,64 +235,64 @@
235
235
  previousDispatcher = ReactSharedInternals.H;
236
236
  ReactSharedInternals.H = null;
237
237
  disableLogs();
238
- var RunInRootFrame = {
239
- DetermineComponentFrameRoot: function () {
240
- try {
241
- if (construct) {
242
- var Fake = function () {
243
- throw Error();
244
- };
245
- Object.defineProperty(Fake.prototype, "props", {
246
- set: function () {
238
+ try {
239
+ var RunInRootFrame = {
240
+ DetermineComponentFrameRoot: function () {
241
+ try {
242
+ if (construct) {
243
+ var Fake = function () {
247
244
  throw Error();
245
+ };
246
+ Object.defineProperty(Fake.prototype, "props", {
247
+ set: function () {
248
+ throw Error();
249
+ }
250
+ });
251
+ if ("object" === typeof Reflect && Reflect.construct) {
252
+ try {
253
+ Reflect.construct(Fake, []);
254
+ } catch (x) {
255
+ var control = x;
256
+ }
257
+ Reflect.construct(fn, [], Fake);
258
+ } else {
259
+ try {
260
+ Fake.call();
261
+ } catch (x$0) {
262
+ control = x$0;
263
+ }
264
+ fn.call(Fake.prototype);
248
265
  }
249
- });
250
- if ("object" === typeof Reflect && Reflect.construct) {
251
- try {
252
- Reflect.construct(Fake, []);
253
- } catch (x) {
254
- var control = x;
255
- }
256
- Reflect.construct(fn, [], Fake);
257
266
  } else {
258
267
  try {
259
- Fake.call();
260
- } catch (x$0) {
261
- control = x$0;
268
+ throw Error();
269
+ } catch (x$1) {
270
+ control = x$1;
262
271
  }
263
- fn.call(Fake.prototype);
264
- }
265
- } else {
266
- try {
267
- throw Error();
268
- } catch (x$1) {
269
- control = x$1;
272
+ (Fake = fn()) &&
273
+ "function" === typeof Fake.catch &&
274
+ Fake.catch(function () {});
270
275
  }
271
- (Fake = fn()) &&
272
- "function" === typeof Fake.catch &&
273
- Fake.catch(function () {});
276
+ } catch (sample) {
277
+ if (sample && control && "string" === typeof sample.stack)
278
+ return [sample.stack, control.stack];
274
279
  }
275
- } catch (sample) {
276
- if (sample && control && "string" === typeof sample.stack)
277
- return [sample.stack, control.stack];
280
+ return [null, null];
278
281
  }
279
- return [null, null];
280
- }
281
- };
282
- RunInRootFrame.DetermineComponentFrameRoot.displayName =
283
- "DetermineComponentFrameRoot";
284
- var namePropDescriptor = Object.getOwnPropertyDescriptor(
285
- RunInRootFrame.DetermineComponentFrameRoot,
286
- "name"
287
- );
288
- namePropDescriptor &&
289
- namePropDescriptor.configurable &&
290
- Object.defineProperty(
282
+ };
283
+ RunInRootFrame.DetermineComponentFrameRoot.displayName =
284
+ "DetermineComponentFrameRoot";
285
+ var namePropDescriptor = Object.getOwnPropertyDescriptor(
291
286
  RunInRootFrame.DetermineComponentFrameRoot,
292
- "name",
293
- { value: "DetermineComponentFrameRoot" }
287
+ "name"
294
288
  );
295
- try {
289
+ namePropDescriptor &&
290
+ namePropDescriptor.configurable &&
291
+ Object.defineProperty(
292
+ RunInRootFrame.DetermineComponentFrameRoot,
293
+ "name",
294
+ { value: "DetermineComponentFrameRoot" }
295
+ );
296
296
  var _RunInRootFrame$Deter =
297
297
  RunInRootFrame.DetermineComponentFrameRoot(),
298
298
  sampleStack = _RunInRootFrame$Deter[0],
@@ -301,54 +301,58 @@
301
301
  var sampleLines = sampleStack.split("\n"),
302
302
  controlLines = controlStack.split("\n");
303
303
  for (
304
- sampleStack = _RunInRootFrame$Deter = 0;
305
- _RunInRootFrame$Deter < sampleLines.length &&
306
- !sampleLines[_RunInRootFrame$Deter].includes(
304
+ _RunInRootFrame$Deter = namePropDescriptor = 0;
305
+ namePropDescriptor < sampleLines.length &&
306
+ !sampleLines[namePropDescriptor].includes(
307
307
  "DetermineComponentFrameRoot"
308
308
  );
309
309
 
310
310
  )
311
- _RunInRootFrame$Deter++;
311
+ namePropDescriptor++;
312
312
  for (
313
313
  ;
314
- sampleStack < controlLines.length &&
315
- !controlLines[sampleStack].includes("DetermineComponentFrameRoot");
314
+ _RunInRootFrame$Deter < controlLines.length &&
315
+ !controlLines[_RunInRootFrame$Deter].includes(
316
+ "DetermineComponentFrameRoot"
317
+ );
316
318
 
317
319
  )
318
- sampleStack++;
320
+ _RunInRootFrame$Deter++;
319
321
  if (
320
- _RunInRootFrame$Deter === sampleLines.length ||
321
- sampleStack === controlLines.length
322
+ namePropDescriptor === sampleLines.length ||
323
+ _RunInRootFrame$Deter === controlLines.length
322
324
  )
323
325
  for (
324
- _RunInRootFrame$Deter = sampleLines.length - 1,
325
- sampleStack = controlLines.length - 1;
326
- 1 <= _RunInRootFrame$Deter &&
327
- 0 <= sampleStack &&
328
- sampleLines[_RunInRootFrame$Deter] !== controlLines[sampleStack];
326
+ namePropDescriptor = sampleLines.length - 1,
327
+ _RunInRootFrame$Deter = controlLines.length - 1;
328
+ 1 <= namePropDescriptor &&
329
+ 0 <= _RunInRootFrame$Deter &&
330
+ sampleLines[namePropDescriptor] !==
331
+ controlLines[_RunInRootFrame$Deter];
329
332
 
330
333
  )
331
- sampleStack--;
334
+ _RunInRootFrame$Deter--;
332
335
  for (
333
336
  ;
334
- 1 <= _RunInRootFrame$Deter && 0 <= sampleStack;
335
- _RunInRootFrame$Deter--, sampleStack--
337
+ 1 <= namePropDescriptor && 0 <= _RunInRootFrame$Deter;
338
+ namePropDescriptor--, _RunInRootFrame$Deter--
336
339
  )
337
340
  if (
338
- sampleLines[_RunInRootFrame$Deter] !== controlLines[sampleStack]
341
+ sampleLines[namePropDescriptor] !==
342
+ controlLines[_RunInRootFrame$Deter]
339
343
  ) {
340
- if (1 !== _RunInRootFrame$Deter || 1 !== sampleStack) {
344
+ if (1 !== namePropDescriptor || 1 !== _RunInRootFrame$Deter) {
341
345
  do
342
346
  if (
343
- (_RunInRootFrame$Deter--,
344
- sampleStack--,
345
- 0 > sampleStack ||
346
- sampleLines[_RunInRootFrame$Deter] !==
347
- controlLines[sampleStack])
347
+ (namePropDescriptor--,
348
+ _RunInRootFrame$Deter--,
349
+ 0 > _RunInRootFrame$Deter ||
350
+ sampleLines[namePropDescriptor] !==
351
+ controlLines[_RunInRootFrame$Deter])
348
352
  ) {
349
353
  var _frame =
350
354
  "\n" +
351
- sampleLines[_RunInRootFrame$Deter].replace(
355
+ sampleLines[namePropDescriptor].replace(
352
356
  " at new ",
353
357
  " at "
354
358
  );
@@ -359,7 +363,7 @@
359
363
  componentFrameCache.set(fn, _frame);
360
364
  return _frame;
361
365
  }
362
- while (1 <= _RunInRootFrame$Deter && 0 <= sampleStack);
366
+ while (1 <= namePropDescriptor && 0 <= _RunInRootFrame$Deter);
363
367
  }
364
368
  break;
365
369
  }
@@ -1516,7 +1520,7 @@
1516
1520
  exports.useTransition = function () {
1517
1521
  return resolveDispatcher().useTransition();
1518
1522
  };
1519
- exports.version = "19.0.0-rc-77b637d6-20241016";
1523
+ exports.version = "19.0.0-rc-b8ae38f8-20241018";
1520
1524
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1521
1525
  "function" ===
1522
1526
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -536,4 +536,4 @@ exports.useSyncExternalStore = function (
536
536
  exports.useTransition = function () {
537
537
  return ReactSharedInternals.H.useTransition();
538
538
  };
539
- exports.version = "19.0.0-rc-77b637d6-20241016";
539
+ exports.version = "19.0.0-rc-b8ae38f8-20241018";
@@ -197,64 +197,64 @@
197
197
  previousDispatcher = ReactSharedInternals.H;
198
198
  ReactSharedInternals.H = null;
199
199
  disableLogs();
200
- var RunInRootFrame = {
201
- DetermineComponentFrameRoot: function () {
202
- try {
203
- if (construct) {
204
- var Fake = function () {
205
- throw Error();
206
- };
207
- Object.defineProperty(Fake.prototype, "props", {
208
- set: function () {
200
+ try {
201
+ var RunInRootFrame = {
202
+ DetermineComponentFrameRoot: function () {
203
+ try {
204
+ if (construct) {
205
+ var Fake = function () {
209
206
  throw Error();
207
+ };
208
+ Object.defineProperty(Fake.prototype, "props", {
209
+ set: function () {
210
+ throw Error();
211
+ }
212
+ });
213
+ if ("object" === typeof Reflect && Reflect.construct) {
214
+ try {
215
+ Reflect.construct(Fake, []);
216
+ } catch (x) {
217
+ var control = x;
218
+ }
219
+ Reflect.construct(fn, [], Fake);
220
+ } else {
221
+ try {
222
+ Fake.call();
223
+ } catch (x$0) {
224
+ control = x$0;
225
+ }
226
+ fn.call(Fake.prototype);
210
227
  }
211
- });
212
- if ("object" === typeof Reflect && Reflect.construct) {
213
- try {
214
- Reflect.construct(Fake, []);
215
- } catch (x) {
216
- var control = x;
217
- }
218
- Reflect.construct(fn, [], Fake);
219
228
  } else {
220
229
  try {
221
- Fake.call();
222
- } catch (x$0) {
223
- control = x$0;
230
+ throw Error();
231
+ } catch (x$1) {
232
+ control = x$1;
224
233
  }
225
- fn.call(Fake.prototype);
234
+ (Fake = fn()) &&
235
+ "function" === typeof Fake.catch &&
236
+ Fake.catch(function () {});
226
237
  }
227
- } else {
228
- try {
229
- throw Error();
230
- } catch (x$1) {
231
- control = x$1;
232
- }
233
- (Fake = fn()) &&
234
- "function" === typeof Fake.catch &&
235
- Fake.catch(function () {});
238
+ } catch (sample) {
239
+ if (sample && control && "string" === typeof sample.stack)
240
+ return [sample.stack, control.stack];
236
241
  }
237
- } catch (sample) {
238
- if (sample && control && "string" === typeof sample.stack)
239
- return [sample.stack, control.stack];
242
+ return [null, null];
240
243
  }
241
- return [null, null];
242
- }
243
- };
244
- RunInRootFrame.DetermineComponentFrameRoot.displayName =
245
- "DetermineComponentFrameRoot";
246
- var namePropDescriptor = Object.getOwnPropertyDescriptor(
247
- RunInRootFrame.DetermineComponentFrameRoot,
248
- "name"
249
- );
250
- namePropDescriptor &&
251
- namePropDescriptor.configurable &&
252
- Object.defineProperty(
244
+ };
245
+ RunInRootFrame.DetermineComponentFrameRoot.displayName =
246
+ "DetermineComponentFrameRoot";
247
+ var namePropDescriptor = Object.getOwnPropertyDescriptor(
253
248
  RunInRootFrame.DetermineComponentFrameRoot,
254
- "name",
255
- { value: "DetermineComponentFrameRoot" }
249
+ "name"
256
250
  );
257
- try {
251
+ namePropDescriptor &&
252
+ namePropDescriptor.configurable &&
253
+ Object.defineProperty(
254
+ RunInRootFrame.DetermineComponentFrameRoot,
255
+ "name",
256
+ { value: "DetermineComponentFrameRoot" }
257
+ );
258
258
  var _RunInRootFrame$Deter =
259
259
  RunInRootFrame.DetermineComponentFrameRoot(),
260
260
  sampleStack = _RunInRootFrame$Deter[0],
@@ -263,54 +263,58 @@
263
263
  var sampleLines = sampleStack.split("\n"),
264
264
  controlLines = controlStack.split("\n");
265
265
  for (
266
- sampleStack = _RunInRootFrame$Deter = 0;
267
- _RunInRootFrame$Deter < sampleLines.length &&
268
- !sampleLines[_RunInRootFrame$Deter].includes(
266
+ _RunInRootFrame$Deter = namePropDescriptor = 0;
267
+ namePropDescriptor < sampleLines.length &&
268
+ !sampleLines[namePropDescriptor].includes(
269
269
  "DetermineComponentFrameRoot"
270
270
  );
271
271
 
272
272
  )
273
- _RunInRootFrame$Deter++;
273
+ namePropDescriptor++;
274
274
  for (
275
275
  ;
276
- sampleStack < controlLines.length &&
277
- !controlLines[sampleStack].includes("DetermineComponentFrameRoot");
276
+ _RunInRootFrame$Deter < controlLines.length &&
277
+ !controlLines[_RunInRootFrame$Deter].includes(
278
+ "DetermineComponentFrameRoot"
279
+ );
278
280
 
279
281
  )
280
- sampleStack++;
282
+ _RunInRootFrame$Deter++;
281
283
  if (
282
- _RunInRootFrame$Deter === sampleLines.length ||
283
- sampleStack === controlLines.length
284
+ namePropDescriptor === sampleLines.length ||
285
+ _RunInRootFrame$Deter === controlLines.length
284
286
  )
285
287
  for (
286
- _RunInRootFrame$Deter = sampleLines.length - 1,
287
- sampleStack = controlLines.length - 1;
288
- 1 <= _RunInRootFrame$Deter &&
289
- 0 <= sampleStack &&
290
- sampleLines[_RunInRootFrame$Deter] !== controlLines[sampleStack];
288
+ namePropDescriptor = sampleLines.length - 1,
289
+ _RunInRootFrame$Deter = controlLines.length - 1;
290
+ 1 <= namePropDescriptor &&
291
+ 0 <= _RunInRootFrame$Deter &&
292
+ sampleLines[namePropDescriptor] !==
293
+ controlLines[_RunInRootFrame$Deter];
291
294
 
292
295
  )
293
- sampleStack--;
296
+ _RunInRootFrame$Deter--;
294
297
  for (
295
298
  ;
296
- 1 <= _RunInRootFrame$Deter && 0 <= sampleStack;
297
- _RunInRootFrame$Deter--, sampleStack--
299
+ 1 <= namePropDescriptor && 0 <= _RunInRootFrame$Deter;
300
+ namePropDescriptor--, _RunInRootFrame$Deter--
298
301
  )
299
302
  if (
300
- sampleLines[_RunInRootFrame$Deter] !== controlLines[sampleStack]
303
+ sampleLines[namePropDescriptor] !==
304
+ controlLines[_RunInRootFrame$Deter]
301
305
  ) {
302
- if (1 !== _RunInRootFrame$Deter || 1 !== sampleStack) {
306
+ if (1 !== namePropDescriptor || 1 !== _RunInRootFrame$Deter) {
303
307
  do
304
308
  if (
305
- (_RunInRootFrame$Deter--,
306
- sampleStack--,
307
- 0 > sampleStack ||
308
- sampleLines[_RunInRootFrame$Deter] !==
309
- controlLines[sampleStack])
309
+ (namePropDescriptor--,
310
+ _RunInRootFrame$Deter--,
311
+ 0 > _RunInRootFrame$Deter ||
312
+ sampleLines[namePropDescriptor] !==
313
+ controlLines[_RunInRootFrame$Deter])
310
314
  ) {
311
315
  var _frame =
312
316
  "\n" +
313
- sampleLines[_RunInRootFrame$Deter].replace(
317
+ sampleLines[namePropDescriptor].replace(
314
318
  " at new ",
315
319
  " at "
316
320
  );
@@ -321,7 +325,7 @@
321
325
  componentFrameCache.set(fn, _frame);
322
326
  return _frame;
323
327
  }
324
- while (1 <= _RunInRootFrame$Deter && 0 <= sampleStack);
328
+ while (1 <= namePropDescriptor && 0 <= _RunInRootFrame$Deter);
325
329
  }
326
330
  break;
327
331
  }
@@ -1113,5 +1117,5 @@
1113
1117
  exports.useMemo = function (create, deps) {
1114
1118
  return resolveDispatcher().useMemo(create, deps);
1115
1119
  };
1116
- exports.version = "19.0.0-rc-77b637d6-20241016";
1120
+ exports.version = "19.0.0-rc-b8ae38f8-20241018";
1117
1121
  })();
@@ -424,4 +424,4 @@ exports.useId = function () {
424
424
  exports.useMemo = function (create, deps) {
425
425
  return ReactSharedInternals.H.useMemo(create, deps);
426
426
  };
427
- exports.version = "19.0.0-rc-77b637d6-20241016";
427
+ exports.version = "19.0.0-rc-b8ae38f8-20241018";
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "keywords": [
5
5
  "react"
6
6
  ],
7
- "version": "19.0.0-rc-77b637d6-20241016",
7
+ "version": "19.0.0-rc-b8ae38f8-20241018",
8
8
  "homepage": "https://react.dev/",
9
9
  "bugs": "https://github.com/facebook/react/issues",
10
10
  "license": "MIT",