Replace event listeners with react-use useEvent; fix bugs with task text truncation, stale effects, and 'visible' extension TypeError

This commit is contained in:
Saoud Rizwan
2024-07-23 06:29:37 -04:00
parent 30b39d6d76
commit 9e5a475a2a
7 changed files with 368 additions and 79 deletions

View File

@@ -18,6 +18,7 @@
"react-syntax-highlighter": "^15.5.0",
"react-text-truncate": "^0.19.0",
"react-textarea-autosize": "^8.5.3",
"react-use": "^17.5.1",
"rewire": "^7.0.0",
"typescript": "^4.9.5",
"web-vitals": "^2.1.4"