Skip to content

Commit

Permalink
Export __COMPILER_RUNTIME in stable (#31540)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
poteto authored Nov 14, 2024
1 parent 3c15d21 commit 5d89471
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react/index.stable.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

export {
__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,
__COMPILER_RUNTIME,
act,
Children,
Component,
Expand Down

0 comments on commit 5d89471

Please sign in to comment.