Skip to content

Commit

Permalink
Remove reference to deleted <Cache> in un-linted file (#28715)
Browse files Browse the repository at this point in the history
I missed this in #28698 bc the file isn't linted
  • Loading branch information
josephsavona committed Apr 2, 2024
1 parent 28fc980 commit e3afd02
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions packages/react-devtools-shell/src/app/ElementTypes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,17 +60,15 @@ export default function ElementTypes(): React.Node {
<Context.Consumer>{(value: $FlowFixMe) => null}</Context.Consumer>
</Context.Provider>
<StrictMode>
<Cache>
<Suspense fallback={<div>Loading...</div>}>
<ClassComponent />
<FunctionComponent />
<MemoFunctionComponent />
<ForwardRefComponent />
<ForwardRefComponentWithAnonymousFunction />
<ForwardRefComponentWithCustomDisplayName />
<LazyComponent />
</Suspense>
</Cache>
<Suspense fallback={<div>Loading...</div>}>
<ClassComponent />
<FunctionComponent />
<MemoFunctionComponent />
<ForwardRefComponent />
<ForwardRefComponentWithAnonymousFunction />
<ForwardRefComponentWithCustomDisplayName />
<LazyComponent />
</Suspense>
</StrictMode>
</Fragment>
</Profiler>
Expand Down

0 comments on commit e3afd02

Please sign in to comment.