-
Notifications
You must be signed in to change notification settings - Fork 37
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
RXJS6 Cannot read property '_id' of undefined #111
Comments
It seems to relate to
as current is always undefined |
on thing that really bums me out with rxjs is the stacktraces. Think we're not mapping event data properly in index.js#32-35. See ReactiveX/rxjs@51b37fd#diff-540ecaa405456292d10f27d705b5fcd6 If there are multiple args, they will be passed as an array. If there's one, it's passed plain... |
I can't reproduce this, can you add a test case? |
Yeah the error message isn't the most helpful, anyway that update has resolved the issue. |
Whilst testing the rxjs6 version I keep getting the following error, which I don't get on the rxjs5 version.
It only happens when doing the following...
For example view blog post (get post), edit post (patch post), return to view post (get post) is where the error is thrown.
The text was updated successfully, but these errors were encountered: