Skip to content
This repository was archived by the owner on Jan 12, 2019. It is now read-only.
This repository was archived by the owner on Jan 12, 2019. It is now read-only.

refBuilder: Cannot read property 'key' of undefined #151

@nicoonee

Description

@nicoonee

I have an issue when use refBuilder and do try catch inside function PathMonitor(esc, path) {)
i got TypeError: Cannot read property 'key' of undefined.

My config code:
refBuilder: function(ref, path) {
return ref.ref.orderByChild('updatedAt').startAt(Date.now());
}

and data structure is

items: {
$id: {
createdAt:
id:
name:
updatedAt:
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions