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
Copy file name to clipboardExpand all lines: docs/api/createEntityAdapter.md
+30-31Lines changed: 30 additions & 31 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,25 +99,26 @@ If not provided, the `state.ids` array will not be sorted, and no guarantees are
99
99
100
100
A "entity adapter" instance. An entity adapter is a plain JS object (not a class) containing the generated reducer functions, the original provided `selectId` and `sortComparer` callbacks, a method to generate an initial "entity state" value, and functions to generate a set of globalized and non-globalized memoized selector functions for this entity type.
101
101
102
-
The adapter instance will include the following methods (some TypeScript overloads removed for space):
102
+
The adapter instance will include the following methods (additional referenced TypeScript types included):
0 commit comments