diff --git a/compiler/forget/apps/playground/components/Editor/index.tsx b/compiler/forget/apps/playground/components/Editor/index.tsx index 18943b10a2..5c7767452c 100644 --- a/compiler/forget/apps/playground/components/Editor/index.tsx +++ b/compiler/forget/apps/playground/components/Editor/index.tsx @@ -123,7 +123,7 @@ function compile(source: string): CompilerOutput { const firstLine = source.substring(0, source.indexOf("\n")); let memoizeJsxElements = true; - let enableAssumeHooksFollowRulesOfReact = true; + let enableAssumeHooksFollowRulesOfReact = false; let enableTreatHooksAsFunctions = true; let disableAllMemoization = false; let validateRefAccessDuringRender = true;