MCPcopy Index your code
hub / github.com/react/react / isMatchingRender

Function isMatchingRender

packages/react-devtools-shared/src/attachRenderer.js:24–26  ·  view source on GitHub ↗
(version: string)

Source from the content-addressed store, hash-verified

22
23// this is the backend that is compatible with all older React versions
24function isMatchingRender(version: string): boolean {
25 return !hasAssignedBackend(version);
26}
27
28export default function attachRenderer(
29 hook: DevToolsHook,

Callers 1

attachRendererFunction · 0.85

Calls 1

hasAssignedBackendFunction · 0.90

Tested by

no test coverage detected