-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot read property 'received' of undefined #3
Comments
I also have the same problem.
|
Sorry, I have not had time to upgrade the module for the latest Rails 5 and/or React versions -- I no longer use it with any of my projects. Feel free to track it down and submit a PR! |
+1 Can anyone update and mantain this library? It's the only one out there which offers websocket implementation of action cable for react standalone apps (not integrated with rails via react-rails gem or something similar). Edit: For anyone interested in similar functionality for more modern React versions i found this: https://github.com/cpunion/react-actioncable-provider |
Hey guys! Seems like people love it |
Something wrong happen when I try to use this module:
subscriptions.js?a0eb:1 Uncaught TypeError: Cannot read property 'received' of undefined
I use react v15.3.1
The text was updated successfully, but these errors were encountered: