property
BuildConfig.reactCompilerOutputMode
reactCompilerOutputMode?: 'client' | 'ssr'
Output mode for the React Compiler. "ssr" skips memoization (the useMemoCache runtime) for server-rendered output.
Only applies when reactCompiler is true.