MCPcopy
hub / github.com/preactjs/preact / devtools.jsx

File devtools.jsx

demo/devtools.jsx:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { Component, memo, Suspense, lazy } from 'react';
2
3function Foo() {
4 return <div>I'm memoed</div>;

Callers

nothing calls this directly

Calls 2

lazyFunction · 0.85
memoFunction · 0.85

Tested by

no test coverage detected