Skip to content

Commit

Permalink
weird
Browse files Browse the repository at this point in the history
  • Loading branch information
sphinxrave committed Jun 9, 2024
1 parent fc03cf4 commit 0148b25
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions packages/react/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"react-use": "^17.4.0",
"react-use-measure": "^2.1.1",
"react-virtuoso": "^4.6.2",
"socket.io-client": "^4.7.2",
"socket.io-client": "^4.7.5",
"sorted-array-functions": "^1.3.0",
"string-similarity-js": "^2.1.4",
"tailwind-merge": "^2.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/src/hooks/useSocket.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import io, { type Socket } from "socket.io-client";
import { io, Socket } from "socket.io-client";
import { roomToLang, roomToVideoID, toParsedMessage } from "../lib/socket";
import { useCallback, useEffect, useMemo, useState } from "react";
import { useAtom } from "jotai";
Expand Down

0 comments on commit 0148b25

Please sign in to comment.