Skip to content

Commit 77ed707

Browse files
acdliteAndyPengc12
authored andcommitted
Turn off enableFormActions in Meta build (facebook#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.
1 parent 657f874 commit 77ed707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shared/forks/ReactFeatureFlags.www.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export const enableLegacyCache = true;
7373
export const enableCacheElement = true;
7474
export const enableFetchInstrumentation = false;
7575

76-
export const enableFormActions = true;
76+
export const enableFormActions = false;
7777

7878
export const disableJavaScriptURLs = true;
7979

0 commit comments

Comments
 (0)