-
Notifications
You must be signed in to change notification settings - Fork 27
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 'dataByKey' of undefined #74
Comments
Thanks for the report. Can you let me know if this issue also affects 1.3.7, 1.3.8 and/or 1.3.9? |
1.3.7 and 1.3.10 initial load fine, above error on change in lookup
|
What version of Meteor are you using? |
2.12 |
Would you be able to retest with the new branch: |
still get the dataByKey Error |
I have bumped the package version in the new branch in case meteor's failing to see the change, but can you also please confirm you followed this process to test the branch:
Note: you will need to Thanks. |
you are right, had not checked out the correct branch... now I get this error on changing feedback:
|
I've made a couple of tweaks to the property chaining. Please pull the updates and retest. |
It's working 🎉 |
Awesome! I'll issue a new release. |
The following aggregation with a $lookup phase throws an error on v1.3.10 (1.3.6 works fine) when changing data in one of the feedback documents (initial load works fine):
The Error:
The text was updated successfully, but these errors were encountered: