Skip to content

Commit 13f545a

Browse files
committed
fixup! [DevTools] Activity slices in Suspense tab
1 parent 4c7ddf7 commit 13f545a

File tree

1 file changed

+12
-12
lines changed
  • packages/react-devtools-shell/src/app

1 file changed

+12
-12
lines changed

packages/react-devtools-shell/src/app/index.js

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -103,18 +103,18 @@ const shouldRenderLegacy = semver.lte(
103103
'18.2.0',
104104
);
105105
function mountTestApp() {
106-
// mountStrictApp(ToDoList);
107-
// mountApp(InspectableElements);
108-
// mountApp(Hydration);
109-
// mountApp(ElementTypes);
110-
// mountApp(EditableProps);
111-
// mountApp(ReactNativeWeb);
112-
// mountApp(Toggle);
113-
// mountApp(ErrorBoundaries);
114-
// mountApp(SuspenseTree);
115-
// mountApp(DeeplyNestedComponents);
116-
// mountApp(Iframe);
117-
// mountApp(TraceUpdatesTest);
106+
mountStrictApp(ToDoList);
107+
mountApp(InspectableElements);
108+
mountApp(Hydration);
109+
mountApp(ElementTypes);
110+
mountApp(EditableProps);
111+
mountApp(ReactNativeWeb);
112+
mountApp(Toggle);
113+
mountApp(ErrorBoundaries);
114+
mountApp(SuspenseTree);
115+
mountApp(DeeplyNestedComponents);
116+
mountApp(Iframe);
117+
mountApp(TraceUpdatesTest);
118118
mountApp(Segments);
119119

120120
if (shouldRenderLegacy) {

0 commit comments

Comments
 (0)