From 69f03dc4c44bca1a0d94151bd1539931ec86aeb0 Mon Sep 17 00:00:00 2001 From: Joe Savona Date: Mon, 1 Apr 2024 15:16:31 -0700 Subject: [PATCH] Remove unused environment flags These flags aren't used anymore --- .../packages/babel-plugin-react-forget/src/HIR/Environment.ts | 2 -- 1 file changed, 2 deletions(-) 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,