Extract ListView controller from ConversationList

This commit is contained in:
Alvaro 2022-11-14 11:48:51 -07:00 committed by GitHub
parent 1b901522c2
commit 6b42a69947
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 91 additions and 31 deletions

View file

@ -9052,10 +9052,10 @@
},
{
"rule": "React-useRef",
"path": "ts/components/ConversationList.tsx",
"path": "ts/components/ListView.tsx",
"line": " const listRef = useRef<null | List>(null);",
"reasonCategory": "usageTrusted",
"updated": "2021-07-30T16:57:33.618Z"
"updated": "2022-11-11T17:11:07.659Z"
},
{
"rule": "React-useRef",