Skip to content

Commit fa440a7

Browse files
committed
Remove FeatureFlags fork for react-dom/unstable_testing
This doesn't need its own set of flags. We use things like __PROFILE__ 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.
1 parent 2788d0d commit fa440a7

File tree

3 files changed

+0
-165
lines changed

3 files changed

+0
-165
lines changed

Diff for: packages/shared/forks/ReactFeatureFlags.testing.js

-78
This file was deleted.

Diff for: packages/shared/forks/ReactFeatureFlags.testing.www.js

-79
This file was deleted.

Diff for: scripts/rollup/forks.js

-8
Original file line numberDiff line numberDiff line change
@@ -135,14 +135,6 @@ const forks = Object.freeze({
135135
return './packages/shared/forks/ReactFeatureFlags.test-renderer.www.js';
136136
}
137137
return './packages/shared/forks/ReactFeatureFlags.test-renderer.js';
138-
case 'react-dom/unstable_testing':
139-
switch (bundleType) {
140-
case FB_WWW_DEV:
141-
case FB_WWW_PROD:
142-
case FB_WWW_PROFILING:
143-
return './packages/shared/forks/ReactFeatureFlags.testing.www.js';
144-
}
145-
return './packages/shared/forks/ReactFeatureFlags.testing.js';
146138
default:
147139
switch (bundleType) {
148140
case FB_WWW_DEV:

0 commit comments

Comments
 (0)