Convert CallingHeader texts to toasts

This commit is contained in:
trevor-signal 2023-11-14 17:05:17 -05:00 committed by GitHub
parent f180f66e77
commit 292ef1b6f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 268 additions and 270 deletions

View file

@ -3026,6 +3026,13 @@
"reasonCategory": "usageTrusted",
"updated": "2023-10-26T13:57:41.860Z"
},
{
"rule": "React-useRef",
"path": "ts/components/CallingToast.tsx",
"line": " const toastId = useRef<string>(uuid());",
"reasonCategory": "usageTrusted",
"updated": "2023-11-14T16:52:45.342Z"
},
{
"rule": "React-useRef",
"path": "ts/components/CallsList.tsx",