Turn off enableFormActions in Meta build (#26721)

This is enabled in the canary channels, but because it's relatively
untested, we'll disable it at Meta until they're ready to start trying
it out. It can change some behavior even if you don't intentionally
start using the API.

The reason it's not a dynamic flag is that it affects the external Fizz
runtime, which currently can't read flags at runtime.
This commit is contained in:
Andrew Clark 2023-04-25 12:01:34 -04:00 committed by GitHub
parent bf449ee74e
commit ed545ae3d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ export const enableLegacyCache = true;
export const enableCacheElement = true;
export const enableFetchInstrumentation = false;
export const enableFormActions = true;
export const enableFormActions = false;
export const disableJavaScriptURLs = true;