MCPcopy
hub / github.com/facebook/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