-
Notifications
You must be signed in to change notification settings - Fork 7
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
Error generating query with multiple joins #16
Comments
Looks like is all about timing My Solution (ugly but works)I removed two joins and leave only one join and after call the subscribe I traverse the results to attach the extra info, but validating that the subscriptions are ready.
Maybe you could document and include a new feature that warranty that the subscriptions are ready. |
Hi @enzolutions! I've used a code very similar to yours...
.. and it works for me. Have you tried it with the latest version? |
Not really, but I switched to Mongo Aggregations |
I am trying to do a query with 2 and more joins, the problem I found is I when I load my router directly works, but when I jump from a router menu doesn't work.
I don't know if is an issue with react-route 2.x or react-router-dom 4.x i tried with both with same behavior.
Here the code I am trying
Maybe onely one join is possible?
The text was updated successfully, but these errors were encountered: