NullVoxPopuli / ember-resources

An implementation of Resources. Supports ember 3.28+

Home Page:https://github.com/NullVoxPopuli/ember-resources/blob/main/docs/docs/README.md

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incorrect value returned when last task was dropped

rpemberton opened this issue · comments

The value from the dropped task (null) is being returned instead of returning the value from the last non dropped task.

I expect this affects not only dropped tasks but cancelled tasks in general.

PR where bug was introduced: #808
Conversation: #808 (comment)

PR incoming.