Skip to content

Commit

Permalink
Update www flags (#28150)
Browse files Browse the repository at this point in the history
Adds an experiment for `enableFormActions` and hardcodes
`enableCustomElementPropertySupport` on www since this is shipped.

DiffTrain build for [4171883](4171883)
  • Loading branch information
rickhanlonii committed Jan 30, 2024
1 parent ec00d40 commit 3cc608a
Show file tree
Hide file tree
Showing 24 changed files with 13,104 additions and 3,108 deletions.
2 changes: 1 addition & 1 deletion compiled/facebook-www/REVISION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
178f4351947a842ff0b56700e9115b25ae8f20d0
417188314dd1d6df54efc8cd6a0c5d4830615888
2 changes: 1 addition & 1 deletion compiled/facebook-www/React-dev.classic.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if (__DEV__) {
) {
__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(new Error());
}
var ReactVersion = "18.3.0-www-classic-8a9e991a";
var ReactVersion = "18.3.0-www-classic-5e99f036";

// ATTENTION
// When adding new symbols to this file,
Expand Down
2 changes: 1 addition & 1 deletion compiled/facebook-www/React-dev.modern.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if (__DEV__) {
) {
__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(new Error());
}
var ReactVersion = "18.3.0-www-modern-afe290cd";
var ReactVersion = "18.3.0-www-modern-d235b405";

// ATTENTION
// When adding new symbols to this file,
Expand Down
Loading

0 comments on commit 3cc608a

Please sign in to comment.