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.
lauren committed
Nov 14, 2024 at 15:46 UTC
5d89471ca6a74916bf345ef742e162c77672d2a2
1 file changed
+1
packages/react/index.stable.js
+1
@@ -9,6 +9,7 @@
9
10
export {
11
__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,
12
+ __COMPILER_RUNTIME,
13
act,
14
Children,
15
Component,