We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
)
1 parent de8b9c7 commit 017f6aeCopy full SHA for 017f6ae
lib/socket-connect.js
@@ -4,7 +4,7 @@ function socketConnect(Target) {
4
function SocketConnect(props, context) {
5
return createElement(Target, Object.assign({}, props, {
6
socket: context.socket,
7
- });
+ }));
8
}
9
10
SocketConnect.contextTypes = {
0 commit comments