Skip to content

liveQuery fails with a query that has a singular result (like findRecord) #178

@coleyb

Description

@coleyb

Attempting to liveQuery a single record will fail

For example:

model({ schedule_id }) {
    return this.store.liveQuery(q => {
      return q.findRecord({ type: 'schedule', id: schedule_id })
    });
  },

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions