We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c27ead5 commit 4be7d75Copy full SHA for 4be7d75
src/context/socket.jsx
@@ -35,7 +35,6 @@ const Socket = ({ App, client }) => {
35
useEffect(() => {
36
(async () => {
37
for await (const { resource, problem } of client.start()) {
38
-
39
handleEvent({ resource, problem });
40
}
41
})();
0 commit comments