Skip to content

Commit cdf8f96

Browse files
committed
Export __COMPILER_RUNTIME in stable
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 380f5d6 commit cdf8f96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/react/index.stable.js

Lines changed: 1 addition & 0 deletions
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)