Skip to content

Commit 5d89471

Browse files
authored
Export __COMPILER_RUNTIME in stable (#31540)
In order to make use of the compiler in stable releases (eg React 19 RC, canary), we need to export the compiler runtime in the stable channel as well.
1 parent 3c15d21 commit 5d89471

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/react/index.stable.js

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
export {
1111
__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,
12+
__COMPILER_RUNTIME,
1213
act,
1314
Children,
1415
Component,

0 commit comments

Comments
 (0)