userCache icon indicating copy to clipboard operation
userCache copied to clipboard

Cannot read property documents of undefined

Open wildhart opened this issue 5 years ago • 0 comments

Today I had an error TypeError: Cannot read property 'documents' of undefined at _getCache... from this code:

var collectionViews = isMeteor1_8 ? connectionData.collectionViews.get('users').documents.get(instance.userId) : connectionData.collectionViews.users.documents[instance.userId];

Using Meteor 1.8 and my PR https://github.com/msavin/userCache/pull/10

wildhart avatar Jun 13 '19 18:06 wildhart