MCPcopy
hub / github.com/adobe/react-spectrum / handler

Function handler

packages/react-aria/src/interactions/useFocusVisible.ts:319–321  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

317 let [modality, setModality] = useState(currentModality);
318 useEffect(() => {
319 let handler = () => {
320 setModality(currentModality);
321 };
322
323 changeHandlers.add(handler);
324 return () => {

Callers 3

triggerChangeHandlersFunction · 0.70
createEventHandlerFunction · 0.70
listenerFunction · 0.50

Calls 3

isKeyboardFocusEventFunction · 0.85
fnFunction · 0.85
isFocusVisibleFunction · 0.85

Tested by

no test coverage detected