Combine recent raised hands into existing toast
This commit is contained in:
parent
b0b12d4224
commit
b574ba531d
4 changed files with 60 additions and 31 deletions
|
@ -3069,9 +3069,16 @@
|
|||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "ts/components/CallingToastManager.tsx",
|
||||
"line": " const raisedHandsInLastShownToastRef = useRef<Set<number>>(new Set());",
|
||||
"line": " const toastLastShownAt = useRef<number>(0);",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2023-12-05T22:11:41.559Z"
|
||||
"updated": "2024-01-12T18:56:18.138Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "ts/components/CallingToastManager.tsx",
|
||||
"line": " const handsForLastShownToast = useRef<Set<number>>(new Set());",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2024-01-12T18:56:18.138Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue