diff --git a/compiler/packages/babel-plugin-react-forget/src/HIR/Environment.ts b/compiler/packages/babel-plugin-react-forget/src/HIR/Environment.ts index dfa8aee28b..318c21ba04 100644 --- a/compiler/packages/babel-plugin-react-forget/src/HIR/Environment.ts +++ b/compiler/packages/babel-plugin-react-forget/src/HIR/Environment.ts @@ -160,8 +160,6 @@ const EnvironmentConfigSchema = z.object({ // 🌲 enableForest: z.boolean().default(false), - // <🌲> - enableForestJsx: z.boolean().default(false), /* * Enable memoization of JSX elements in addition to other types of values. When disabled,