File tree Expand file tree Collapse file tree 12 files changed +52
-28
lines changed Expand file tree Collapse file tree 12 files changed +52
-28
lines changed Original file line number Diff line number Diff line change 1
- 0e352ea01c0209b6c5e23f0e857af4e01c783024
1
+ c4c87e049b891ebc38a7a14b8c93285c877e90af
Original file line number Diff line number Diff line change @@ -587,4 +587,4 @@ exports.useSyncExternalStore = function (
587
587
exports . useTransition = function ( ) {
588
588
return ReactCurrentDispatcher . current . useTransition ( ) ;
589
589
} ;
590
- exports . version = "18.3.0-www-classic-93c0536e " ;
590
+ exports . version = "18.3.0-www-classic-b6e8ec88 " ;
Original file line number Diff line number Diff line change @@ -579,4 +579,4 @@ exports.useSyncExternalStore = function (
579
579
exports . useTransition = function ( ) {
580
580
return ReactCurrentDispatcher . current . useTransition ( ) ;
581
581
} ;
582
- exports . version = "18.3.0-www-modern-bd02fc79 " ;
582
+ exports . version = "18.3.0-www-modern-7fb93a7a " ;
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-6755280f ";
69
+ var ReactVersion = "18.3.0-www-classic-845b4481 ";
70
70
71
71
var LegacyRoot = 0;
72
72
var ConcurrentRoot = 1;
@@ -18667,9 +18667,12 @@ if (__DEV__) {
18667
18667
};
18668
18668
}
18669
18669
18670
+ /**
18671
+ * Tag the fiber with an update effect. This turns a Placement into
18672
+ * a PlacementAndUpdate.
18673
+ */
18674
+
18670
18675
function markUpdate(workInProgress) {
18671
- // Tag the fiber with an update effect. This turns a Placement into
18672
- // a PlacementAndUpdate.
18673
18676
workInProgress.flags |= Update;
18674
18677
}
18675
18678
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-adf7c13c ";
69
+ var ReactVersion = "18.3.0-www-modern-b4d8ae24 ";
70
70
71
71
var LegacyRoot = 0;
72
72
var ConcurrentRoot = 1;
@@ -18340,9 +18340,12 @@ if (__DEV__) {
18340
18340
};
18341
18341
}
18342
18342
18343
+ /**
18344
+ * Tag the fiber with an update effect. This turns a Placement into
18345
+ * a PlacementAndUpdate.
18346
+ */
18347
+
18343
18348
function markUpdate(workInProgress) {
18344
- // Tag the fiber with an update effect. This turns a Placement into
18345
- // a PlacementAndUpdate.
18346
18349
workInProgress.flags |= Update;
18347
18350
}
18348
18351
Original file line number Diff line number Diff line change @@ -23663,9 +23663,12 @@ if (__DEV__) {
23663
23663
};
23664
23664
}
23665
23665
23666
+ /**
23667
+ * Tag the fiber with an update effect. This turns a Placement into
23668
+ * a PlacementAndUpdate.
23669
+ */
23670
+
23666
23671
function markUpdate(workInProgress) {
23667
- // Tag the fiber with an update effect. This turns a Placement into
23668
- // a PlacementAndUpdate.
23669
23672
workInProgress.flags |= Update;
23670
23673
}
23671
23674
@@ -34881,7 +34884,7 @@ if (__DEV__) {
34881
34884
return root;
34882
34885
}
34883
34886
34884
- var ReactVersion = "18.3.0-www-classic-a5cdf515 ";
34887
+ var ReactVersion = "18.3.0-www-classic-d456dfab ";
34885
34888
34886
34889
function createPortal$1(
34887
34890
children,
Original file line number Diff line number Diff line change @@ -23522,9 +23522,12 @@ if (__DEV__) {
23522
23522
};
23523
23523
}
23524
23524
23525
+ /**
23526
+ * Tag the fiber with an update effect. This turns a Placement into
23527
+ * a PlacementAndUpdate.
23528
+ */
23529
+
23525
23530
function markUpdate(workInProgress) {
23526
- // Tag the fiber with an update effect. This turns a Placement into
23527
- // a PlacementAndUpdate.
23528
23531
workInProgress.flags |= Update;
23529
23532
}
23530
23533
@@ -34702,7 +34705,7 @@ if (__DEV__) {
34702
34705
return root;
34703
34706
}
34704
34707
34705
- var ReactVersion = "18.3.0-www-modern-b881b4d4 ";
34708
+ var ReactVersion = "18.3.0-www-modern-81cc9bc4 ";
34706
34709
34707
34710
function createPortal$1(
34708
34711
children,
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ if (__DEV__) {
19
19
var React = require ( "react" ) ;
20
20
var ReactDOM = require ( "react-dom" ) ;
21
21
22
- var ReactVersion = "18.3.0-www-modern-adf7c13c " ;
22
+ var ReactVersion = "18.3.0-www-modern-b4d8ae24 " ;
23
23
24
24
// This refers to a WWW module.
25
25
var warningWWW = require ( "warning" ) ;
Original file line number Diff line number Diff line change @@ -23800,9 +23800,12 @@ if (__DEV__) {
23800
23800
};
23801
23801
}
23802
23802
23803
+ /**
23804
+ * Tag the fiber with an update effect. This turns a Placement into
23805
+ * a PlacementAndUpdate.
23806
+ */
23807
+
23803
23808
function markUpdate(workInProgress) {
23804
- // Tag the fiber with an update effect. This turns a Placement into
23805
- // a PlacementAndUpdate.
23806
23809
workInProgress.flags |= Update;
23807
23810
}
23808
23811
@@ -35505,7 +35508,7 @@ if (__DEV__) {
35505
35508
return root;
35506
35509
}
35507
35510
35508
- var ReactVersion = "18.3.0-www-classic-488f91a4 ";
35511
+ var ReactVersion = "18.3.0-www-classic-adaf3ac3 ";
35509
35512
35510
35513
function createPortal$1(
35511
35514
children,
Original file line number Diff line number Diff line change @@ -23659,9 +23659,12 @@ if (__DEV__) {
23659
23659
};
23660
23660
}
23661
23661
23662
+ /**
23663
+ * Tag the fiber with an update effect. This turns a Placement into
23664
+ * a PlacementAndUpdate.
23665
+ */
23666
+
23662
23667
function markUpdate(workInProgress) {
23663
- // Tag the fiber with an update effect. This turns a Placement into
23664
- // a PlacementAndUpdate.
23665
23668
workInProgress.flags |= Update;
23666
23669
}
23667
23670
@@ -35326,7 +35329,7 @@ if (__DEV__) {
35326
35329
return root;
35327
35330
}
35328
35331
35329
- var ReactVersion = "18.3.0-www-modern-bd02fc79 ";
35332
+ var ReactVersion = "18.3.0-www-modern-7fb93a7a ";
35330
35333
35331
35334
function createPortal$1(
35332
35335
children,
You can’t perform that action at this time.
0 commit comments