react-socket-io icon indicating copy to clipboard operation
react-socket-io copied to clipboard

Fixing Server Side Rendering

Open estshy opened this issue 5 years ago • 0 comments

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.

estshy avatar Nov 28 '19 12:11 estshy