react-socket-io
react-socket-io copied to clipboard
Fixing Server Side Rendering
Library doesn't work with server side rendering due to ReferenceError as window object is not defined but requested. To overcome the issue it should be checked through typeof operator.