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:
Lauren Tan
2024-11-14 10:16:42 -05:00
parent 380f5d675d
commit cdf8f96d03
+1
View File
@@ -9,6 +9,7 @@
export {
__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,
__COMPILER_RUNTIME,
act,
Children,
Component,