Yuom Theara
Yuom Theara
thanks for your reply. ```js // Client import { Meteor } from 'meteor/meteor' import { ApolloClient } from 'apollo-client' import { InMemoryCache } from 'apollo-cache-inmemory' import { ApolloLink } from...
I have the same error. Could you share your solve?
I try remove `#import './User'`, It still work fine. Don't understand???
+1 have any solve this problem???
Thanks again, I will wait you. Now I will try to remove it by manual in `Meteor JS`.
I need to 👍
Good, Now I found it 💯
I try `watch`, but still don't work ```js watch:{ '$subReady.posts':function(val){ this.loading = val; } } ```