Create AriaClickable component

This commit is contained in:
Jamie Kyle
2025-09-02 10:31:58 -07:00
committed by GitHub
parent 10e1953ae3
commit b4da619b3c
5 changed files with 374 additions and 2 deletions

View File

@@ -811,6 +811,20 @@
"reasonCategory": "usageTrusted",
"updated": "2024-11-14T18:53:33.345Z"
},
{
"rule": "React-useRef",
"path": "ts/axo/AriaClickable.tsx",
"line": " const ref = useRef<HTMLButtonElement>(null);",
"reasonCategory": "usageTrusted",
"updated": "2025-08-28T23:36:44.974Z"
},
{
"rule": "React-useRef",
"path": "ts/axo/AriaClickable.tsx",
"line": " const onTriggerStateUpdateRef = useRef(onTriggerStateUpdate);",
"reasonCategory": "usageTrusted",
"updated": "2025-08-28T23:36:44.974Z"
},
{
"rule": "React-useRef",
"path": "ts/calling/useGetCallingFrameBuffer.ts",