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 67c1e7d702..aa3c523985 100644 --- a/compiler/packages/babel-plugin-react-forget/src/HIR/Environment.ts +++ b/compiler/packages/babel-plugin-react-forget/src/HIR/Environment.ts @@ -104,6 +104,8 @@ 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, diff --git a/compiler/packages/sprout/src/SproutTodoFilter.ts b/compiler/packages/sprout/src/SproutTodoFilter.ts index 7990cc08ea..c3e91bd76e 100644 --- a/compiler/packages/sprout/src/SproutTodoFilter.ts +++ b/compiler/packages/sprout/src/SproutTodoFilter.ts @@ -423,6 +423,7 @@ const skipFilter = new Set([ // TODO: 🌲 "forest-basic", + "forest-basic-jsx", // TODO: we probably want to always skip these "rules-of-hooks/rules-of-hooks-0592bd574811",