We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00af88d commit a56e80fCopy full SHA for a56e80f
packages/keyed/README.md
@@ -48,7 +48,7 @@ The `keyArray` primitive takes 4 arguments:
48
49
```ts
50
const mapped = keyArray(source,
51
- (model) => checksum(`${model().name}|${model().description}`),
+ (model) => model.id,
52
(model, index) => {
53
const [name, setName] = createSignal(model().name);
54
const [description, setDescription] = createSignal(model().description);
0 commit comments