-
Notifications
You must be signed in to change notification settings - Fork 47.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Turn off enableFormActions in Meta build #26721
Conversation
Can't merge until addressing this: #26719 (comment) |
Comparing: bf449ee...9ffed5c Critical size changesIncludes critical production bundles, as well as any change greater than 2%:
Significant size changesIncludes any change greater than 0.2%: Expand to show
|
It doesn't really make sense to make this a dynamic flag because the external runtime doesn't support a dynamic flag. It probably can't really since it should load so early. We also don't build a specific one. Only stable without it and experimental with it. https://github.com/facebook/react/blob/main/.github/workflows/commit_artifacts.yml#L137-L138 I guess it might just keep working without replaying if it's off. |
Ok I'll just hardcode to |
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.
089f441
to
9ffed5c
Compare
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 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. DiffTrain build for commit ed545ae.
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.