Skip to content

Commit

Permalink
Turn off enableFormActions in Meta build (facebook#26721)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
acdlite authored and AndyPengc12 committed Apr 15, 2024
1 parent 657f874 commit 77ed707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared/forks/ReactFeatureFlags.www.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 77ed707

Please sign in to comment.