mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
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.
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
|
||||
export {
|
||||
__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,
|
||||
__COMPILER_RUNTIME,
|
||||
act,
|
||||
Children,
|
||||
Component,
|
||||
|
||||
Reference in New Issue
Block a user