Add typescript checking
This commit is contained in:
@@ -15,11 +15,6 @@ const Contestant = () => {
|
||||
useEffect(() => {
|
||||
socket.emit("contestant-join", { room, signature });
|
||||
}, []);
|
||||
useEffect(() => {
|
||||
if (parent.current) {
|
||||
setWidth(parent.current.getBoundingClientRect().width);
|
||||
}
|
||||
}, [parent]);
|
||||
|
||||
const handleBuzz = debounce(
|
||||
() => {
|
||||
|
||||
Reference in New Issue
Block a user