**Typo in documentation to use with React hooks.** [How to use with React hooks](https://socket.io/how-to/use-with-react-hooks) The above documentation code snippet have a typo. In the snippet sendPing function socket emits to "ping", but in the useEffect it is listening to "pong" instead of "ping". Attachment for reference: 