Skip to content

Commit ed545ae

Browse files
authored
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.
1 parent bf449ee commit ed545ae

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)