You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: types/react-dom/experimental.d.ts
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -24,9 +24,8 @@
24
24
* Either the import or the reference only needs to appear once, anywhere in the project.
25
25
*/
26
26
27
-
// See https://github.com/facebook/react/blob/main/packages/react-dom/src/client/ReactDOM.js to see how the exports are declared,
28
-
// and https://github.com/facebook/react/blob/main/packages/shared/ReactFeatureFlags.js to verify which APIs are
29
-
// flagged experimental or not. Experimental APIs will be tagged with `__EXPERIMENTAL__`.
27
+
// See https://github.com/facebook/react/blob/main/packages/react-dom/index.experimental.js to see how the exports are declared,
28
+
// but confirm with published source code (e.g. https://unpkg.com/react-dom@experimental) that these exports end up in the published code
Copy file name to clipboardExpand all lines: types/react-dom/next.d.ts
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,8 @@
23
23
* Either the import or the reference only needs to appear once, anywhere in the project.
24
24
*/
25
25
26
-
// See https://github.com/facebook/react/blob/main/packages/react-dom/src/client/ReactDOM.js to see how the exports are declared,
26
+
// See https://github.com/facebook/react/blob/main/packages/react-dom/index.js to see how the exports are declared,
27
+
// but confirm with published source code (e.g. https://unpkg.com/react-dom@next) that these exports end up in the published code
0 commit comments