-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Uncaught (in promise) Error: cannot populate because path has no ref (name) #75
Comments
Hi @CrashyBang A workarround would be to only set the lodash-getter (for Do you know if something like angular2's async-pipe exists in vuejs? |
Hey @pubkey, I don't but I might know someone who does, either way I will do some exploring and see if I can find you a promising fix :), Cheers. |
Hey @pubkey, I have had a look into the Vue Async Update Queue as well as vue-rx but I am having trouble understanding the problem. I am not overly familiar with RxJS other than knowing it is used for observable streams and reactivity. I might not be the best person to fix this, but perhaps if I can get a clearer understanding I can be more help? Cheers. |
Noticed you closed this issue has it been resolved? EDIT: Shoot sorry my mobile client didn't show the commit reference. |
Yes its resolved. I will push a patch-version to npmjs after the tests have run in windows-vms |
Hey @pubkey awesome I was just about to install the specific commit but will wait for the patch :). |
@CrashyBang patch is published. |
Case
Bug
Issue
Receiving the following error when trying to add to retrieve collection:
Info
Code
I have the following
listing
component in vue (derived from example code):The text was updated successfully, but these errors were encountered: