react-relay
react-relay copied to clipboard
subscriptionClient.subscribe is not a function
This error comes from the fact that subscriptions-transport-ws removed the method from subscription client.
It is not clear how to handle this in the relay world right now, since they've moved subscribe method calling to some apollo specific packages... would appreciate any input on this