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

Function createRoleSelector

packages/react-reconciler/src/ReactTestSelectors.js:99–104  ·  view source on GitHub ↗
(role: string)

Source from the content-addressed store, hash-verified

97}
98
99export function createRoleSelector(role: string): RoleSelector {
100 return {
101 $$typeof: ROLE_TYPE,
102 value: role,
103 };
104}
105
106export function createTextSelector(text: string): TextSelector {
107 return {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected