mardi 5 juin 2018

Ember.js - Query inside component, Error: end called without begin

In Ember.js, I'm trying to query the store inside a component, like so:

let foo = this.get('store').query('bar', { foobar: this.get('barfoo') });

but keep getting an error as follows:

end called without begin at Backburner.end

Any idea why this could be happening? Cheers




Aucun commentaire:

Enregistrer un commentaire