-
Notifications
You must be signed in to change notification settings - Fork 28
Accounting for if docs exist before calling 'dataByKey' #67
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
base: master
Are you sure you want to change the base?
Accounting for if docs exist before calling 'dataByKey' #67
Conversation
I tested this out, but got hit with another exception: "Cannot read property 'dataByKey' of undefined" |
@jdalrymple Thanks for testing! Any chance you can share the code you're using so that I can reproduce and be able to debug more. |
Having the same issue in a complex setup with NO_MERGE publications strategy and publishing to client-only collection.
It is almost solved by this PR, BUT need also to add question mark after
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
Apologies for inadvertently approving. The required version has advanced considerably and should now be 1.3.13
Version number is back-level. Should be 1.3.13
@robfallows can't you just add the two lines of code yourself? :-) it will be faster than making this PR stuff OR waiting for @smohanty92 to react. Come on, efficiency over processes! :-) |
@robfallows Here it is: #79 |
No description provided.