You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`createEntityAdapter` provides a `sortComparer` argument that you can leverage to sort the collection of `ids` in state. This can be very useful for when you want to guarantee a sort order and your data doesn't come presorted.
998
998
999
999
```js
1000
-
// In this instance, our user data always has a primary key of `id`
1000
+
// In this instance, our user data always has a primary key of `id`, so we do not need to provide `selectId`.
0 commit comments