Skip to content

Commit

Permalink
Add changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Oct 20, 2023
1 parent 40469f0 commit d63d7b7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .changeset/sour-coats-shop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"ember-resources": patch
---

The `keepLatest` utility previously incorrectly had a `| undefined` type for the return value.
That's been removed.

`| undefined` is still a valid type if the passed value is possibly `| undefined`.
This made the `| undefined` on `keepLatest` redundant.

0 comments on commit d63d7b7

Please sign in to comment.