socketio-client-tool
socketio-client-tool copied to clipboard
fix(react-client-tool): referring config.url which is undefined
fixes #69
Once connected, the setConnData in the useEffect was referring to config.url which is undefined, rather it should have been referring config.server.
@amritb please review