File tree Expand file tree Collapse file tree 10 files changed +19
-19
lines changed Expand file tree Collapse file tree 10 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 1
- 1940cb27b260c2eab79c76763d1151ba18353ff8
1
+ 034130c02ffb47b0026059b57d17e9b080976ff3
Original file line number Diff line number Diff line change @@ -633,4 +633,4 @@ exports.useSyncExternalStore = function (
633
633
exports . useTransition = function ( ) {
634
634
return ReactCurrentDispatcher . current . useTransition ( ) ;
635
635
} ;
636
- exports . version = "18.3.0-www-classic-61b84c37 " ;
636
+ exports . version = "18.3.0-www-classic-a1436691 " ;
Original file line number Diff line number Diff line change @@ -625,4 +625,4 @@ exports.useSyncExternalStore = function (
625
625
exports . useTransition = function ( ) {
626
626
return ReactCurrentDispatcher . current . useTransition ( ) ;
627
627
} ;
628
- exports . version = "18.3.0-www-modern-b83cf0f1 " ;
628
+ exports . version = "18.3.0-www-modern-fac556b3 " ;
Original file line number Diff line number Diff line change @@ -6121,7 +6121,7 @@ if (__DEV__) {
6121
6121
// These are reserved SVG and MathML elements.
6122
6122
// We don't mind this list too much because we expect it to never grow.
6123
6123
// The alternative is to track the namespace in a few places which is convoluted.
6124
- // https://w3c.github.io/webcomponents/spec/ custom/ #custom-elements-core-concepts
6124
+ // https://html.spec.whatwg.org/multipage/ custom-elements.html #custom-elements-core-concepts
6125
6125
case "annotation-xml":
6126
6126
case "color-profile":
6127
6127
case "font-face":
@@ -36046,7 +36046,7 @@ if (__DEV__) {
36046
36046
return root;
36047
36047
}
36048
36048
36049
- var ReactVersion = "18.3.0-www-classic-cecf945d ";
36049
+ var ReactVersion = "18.3.0-www-classic-375d7b0a ";
36050
36050
36051
36051
function createPortal$1(
36052
36052
children,
Original file line number Diff line number Diff line change @@ -5944,7 +5944,7 @@ if (__DEV__) {
5944
5944
// These are reserved SVG and MathML elements.
5945
5945
// We don't mind this list too much because we expect it to never grow.
5946
5946
// The alternative is to track the namespace in a few places which is convoluted.
5947
- // https://w3c.github.io/webcomponents/spec/ custom/ #custom-elements-core-concepts
5947
+ // https://html.spec.whatwg.org/multipage/ custom-elements.html #custom-elements-core-concepts
5948
5948
case "annotation-xml":
5949
5949
case "color-profile":
5950
5950
case "font-face":
@@ -35882,7 +35882,7 @@ if (__DEV__) {
35882
35882
return root;
35883
35883
}
35884
35884
35885
- var ReactVersion = "18.3.0-www-modern-77e7bd4e ";
35885
+ var ReactVersion = "18.3.0-www-modern-ea38075a ";
35886
35886
35887
35887
function createPortal$1(
35888
35888
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-classic-24ac93b7 " ;
22
+ var ReactVersion = "18.3.0-www-classic-e23c55b6 " ;
23
23
24
24
// This refers to a WWW module.
25
25
var warningWWW = require ( "warning" ) ;
@@ -1152,7 +1152,7 @@ if (__DEV__) {
1152
1152
// These are reserved SVG and MathML elements.
1153
1153
// We don't mind this list too much because we expect it to never grow.
1154
1154
// The alternative is to track the namespace in a few places which is convoluted.
1155
- // https://w3c.github.io/webcomponents/spec/ custom/ #custom-elements-core-concepts
1155
+ // https://html.spec.whatwg.org/multipage/ custom-elements.html #custom-elements-core-concepts
1156
1156
case "annotation-xml" :
1157
1157
case "color-profile" :
1158
1158
case "font-face" :
@@ -5860,7 +5860,7 @@ if (__DEV__) {
5860
5860
return pushSelfClosing ( target , props , type ) ;
5861
5861
}
5862
5862
// These are reserved SVG and MathML elements, that are never custom elements.
5863
- // https://w3c.github.io/webcomponents/spec/ custom/ #custom-elements-core-concepts
5863
+ // https://html.spec.whatwg.org/multipage/ custom-elements.html #custom-elements-core-concepts
5864
5864
5865
5865
case "annotation-xml" :
5866
5866
case "color-profile" :
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-326ac7bd " ;
22
+ var ReactVersion = "18.3.0-www-modern-a8780f15 " ;
23
23
24
24
// This refers to a WWW module.
25
25
var warningWWW = require ( "warning" ) ;
@@ -1152,7 +1152,7 @@ if (__DEV__) {
1152
1152
// These are reserved SVG and MathML elements.
1153
1153
// We don't mind this list too much because we expect it to never grow.
1154
1154
// The alternative is to track the namespace in a few places which is convoluted.
1155
- // https://w3c.github.io/webcomponents/spec/ custom/ #custom-elements-core-concepts
1155
+ // https://html.spec.whatwg.org/multipage/ custom-elements.html #custom-elements-core-concepts
1156
1156
case "annotation-xml" :
1157
1157
case "color-profile" :
1158
1158
case "font-face" :
@@ -5860,7 +5860,7 @@ if (__DEV__) {
5860
5860
return pushSelfClosing ( target , props , type ) ;
5861
5861
}
5862
5862
// These are reserved SVG and MathML elements, that are never custom elements.
5863
- // https://w3c.github.io/webcomponents/spec/ custom/ #custom-elements-core-concepts
5863
+ // https://html.spec.whatwg.org/multipage/ custom-elements.html #custom-elements-core-concepts
5864
5864
5865
5865
case "annotation-xml" :
5866
5866
case "color-profile" :
Original file line number Diff line number Diff line change @@ -1149,7 +1149,7 @@ if (__DEV__) {
1149
1149
// These are reserved SVG and MathML elements.
1150
1150
// We don't mind this list too much because we expect it to never grow.
1151
1151
// The alternative is to track the namespace in a few places which is convoluted.
1152
- // https://w3c.github.io/webcomponents/spec/ custom/ #custom-elements-core-concepts
1152
+ // https://html.spec.whatwg.org/multipage/ custom-elements.html #custom-elements-core-concepts
1153
1153
case "annotation-xml" :
1154
1154
case "color-profile" :
1155
1155
case "font-face" :
@@ -5859,7 +5859,7 @@ if (__DEV__) {
5859
5859
return pushSelfClosing ( target , props , type ) ;
5860
5860
}
5861
5861
// These are reserved SVG and MathML elements, that are never custom elements.
5862
- // https://w3c.github.io/webcomponents/spec/ custom/ #custom-elements-core-concepts
5862
+ // https://html.spec.whatwg.org/multipage/ custom-elements.html #custom-elements-core-concepts
5863
5863
5864
5864
case "annotation-xml" :
5865
5865
case "color-profile" :
Original file line number Diff line number Diff line change @@ -6258,7 +6258,7 @@ if (__DEV__) {
6258
6258
// These are reserved SVG and MathML elements.
6259
6259
// We don't mind this list too much because we expect it to never grow.
6260
6260
// The alternative is to track the namespace in a few places which is convoluted.
6261
- // https://w3c.github.io/webcomponents/spec/ custom/ #custom-elements-core-concepts
6261
+ // https://html.spec.whatwg.org/multipage/ custom-elements.html #custom-elements-core-concepts
6262
6262
case "annotation-xml":
6263
6263
case "color-profile":
6264
6264
case "font-face":
@@ -36670,7 +36670,7 @@ if (__DEV__) {
36670
36670
return root;
36671
36671
}
36672
36672
36673
- var ReactVersion = "18.3.0-www-classic-61b84c37 ";
36673
+ var ReactVersion = "18.3.0-www-classic-a1436691 ";
36674
36674
36675
36675
function createPortal$1(
36676
36676
children,
Original file line number Diff line number Diff line change @@ -6081,7 +6081,7 @@ if (__DEV__) {
6081
6081
// These are reserved SVG and MathML elements.
6082
6082
// We don't mind this list too much because we expect it to never grow.
6083
6083
// The alternative is to track the namespace in a few places which is convoluted.
6084
- // https://w3c.github.io/webcomponents/spec/ custom/ #custom-elements-core-concepts
6084
+ // https://html.spec.whatwg.org/multipage/ custom-elements.html #custom-elements-core-concepts
6085
6085
case "annotation-xml":
6086
6086
case "color-profile":
6087
6087
case "font-face":
@@ -36506,7 +36506,7 @@ if (__DEV__) {
36506
36506
return root;
36507
36507
}
36508
36508
36509
- var ReactVersion = "18.3.0-www-modern-f8aa8f51 ";
36509
+ var ReactVersion = "18.3.0-www-modern-f3f947b8 ";
36510
36510
36511
36511
function createPortal$1(
36512
36512
children,
You can’t perform that action at this time.
0 commit comments