MCPcopy
hub / github.com/facebook/react / createTextSelector

Function createTextSelector

packages/react-reconciler/src/ReactTestSelectors.js:106–111  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

104}
105
106export function createTextSelector(text: string): TextSelector {
107 return {
108 $$typeof: TEXT_TYPE,
109 value: text,
110 };
111}
112
113export function createTestNameSelector(id: string): TestNameSelector {
114 return {

Callers 3

getElementCountFunction · 0.85
selectElementFunction · 0.85

Calls

no outgoing calls

Tested by 2

getElementCountFunction · 0.68
selectElementFunction · 0.68