@samitouri / QOS-React / commits / 69f03dc4c4

Remove unused environment flags

These flags aren't used anymore

Joe Savona committed Apr 1, 2024 at 15:16 UTC 69f03dc4c44bca1a0d94151bd1539931ec86aeb0
1 file changed -2
compiler/packages/babel-plugin-react-forget/src/HIR/Environment.ts
-2
@@ -160,8 +160,6 @@ const EnvironmentConfigSchema = z.object({
160
161 // 🌲
162 enableForest: z.boolean().default(false),
163 - // <🌲>
164 - enableForestJsx: z.boolean().default(false),
163
164 /*
165 * Enable memoization of JSX elements in addition to other types of values. When disabled,