File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
packages/react-devtools-shell/src/app Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -103,18 +103,18 @@ const shouldRenderLegacy = semver.lte(
103103 '18.2.0' ,
104104) ;
105105function 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 ) {
You can’t perform that action at this time.
0 commit comments