FIXME Buggy send message

This commit is contained in:
Zhongheng Liu 2023-12-21 17:20:37 +02:00
commit 1fbd955652
No known key found for this signature in database
5 changed files with 37 additions and 15 deletions

10
package-lock.json generated
View file

@ -19,6 +19,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"react-use-websocket": "^4.5.0",
"typescript": "^4.9.5",
"web-vitals": "^2.1.4"
}
@ -14586,6 +14587,15 @@
}
}
},
"node_modules/react-use-websocket": {
"version": "4.5.0",
"resolved": "https://registry.npmjs.org/react-use-websocket/-/react-use-websocket-4.5.0.tgz",
"integrity": "sha512-oxYVLWM3Lv0InCfjW7hG/Hk0hkE0P1SiLd5/I3d5x0W4riAnDUkD4VEu7qNVAqxNjBF3nU7k0jLMOetLXpwfsA==",
"peerDependencies": {
"react": ">= 18.0.0",
"react-dom": ">= 18.0.0"
}
},
"node_modules/read-cache": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz",