-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
We are using can-fixture to build our projects.
To return our data in the fixtures we use
fixture('GET /foo/bar', () => foobarStore.getList().data);.
The data is then directly returned.
When we use fixture('GET /foo/bar', foobarStore.getListData); we would have to do something like this.foobarList = data.data in our then function. So we prefer the first way...
This "trick" was working for us until version 3.0.0.
Metadata
Metadata
Assignees
Labels
No labels
