mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
[playground] Sync playground flags to Store experiment flags
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user