MCPcopy
hub / github.com/react/react / Component

Function Component

packages/react-devtools-shared/src/__tests__/store-test.js:168–168  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

166 // @reactVersion >= 18.0
167 it('should handle multibyte character strings', async () => {
168 const Component = () => null;
169 Component.displayName = '🟩💜🔵';
170
171 await act(() => render(<Component />));

Callers

nothing calls this directly

Calls 1

readValueFunction · 0.70

Tested by

no test coverage detected