Skip to content

Cannot read property documents of undefined #11

@wildhart

Description

@wildhart

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 #10

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions