We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7302b0 commit 5651be0Copy full SHA for 5651be0
docs/docs/examples/entities.ex.ts
@@ -18,7 +18,7 @@ todosStore.pipe(selectAllEntities()).subscribe((todos) => {
18
19
todosStore.update(
20
setEntities([
21
- { id: 1, label: 'one ' },
+ { id: 1, label: 'one' },
22
{ id: 2, label: 'two' },
23
])
24
);
0 commit comments