Skip to content

Commit

Permalink
Remove FeatureFlags fork for react-dom/unstable_testing (#26383)
Browse files Browse the repository at this point in the history
This doesn't need its own set of flags. We use things like `__PROFILE__`
in the regular feature flags file to fork for the `react-dom/profiling`
build so we can do the same here if needed but I don't think we actually
need to fork this anywhere as far as I can tell.

DiffTrain build for [6bd53a5](6bd53a5)
  • Loading branch information
sebmarkbage committed Mar 13, 2023
1 parent 8994451 commit 18d3ea0
Show file tree
Hide file tree
Showing 8 changed files with 14,123 additions and 1,638 deletions.
2 changes: 1 addition & 1 deletion compiled/facebook-www/REVISION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2788d0d8dd95ed57e2dbb148853fe69010e992fe
6bd53a5bdfe24d9a70819c4eba40b488e62900cd
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 @@ -27,7 +27,7 @@ if (
}
"use strict";

var ReactVersion = "18.3.0-www-modern-f236d170";
var ReactVersion = "18.3.0-www-modern-724bb919";

// ATTENTION
// When adding new symbols to this file,
Expand Down
2 changes: 1 addition & 1 deletion compiled/facebook-www/ReactART-dev.classic.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ function _assertThisInitialized(self) {
return self;
}

var ReactVersion = "18.3.0-www-classic-dd1bbdc2";
var ReactVersion = "18.3.0-www-classic-5ea6b0b1";

var LegacyRoot = 0;
var ConcurrentRoot = 1;
Expand Down
Loading

0 comments on commit 18d3ea0

Please sign in to comment.