Replies: 1 comment
-
|
Can you please share the entire code? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
import { removeActiveIds } from '@ngneat/elf-entities';
todosStore.update(removeActiveIds([id, id]));
Similar calls are giving compilation error in code
Types of parameters 'state' and 'state' are incompatible.
Property 'activeIds' is missing in type '{ activeId: any; } & { entities: Record<string, Organization>; ids: string[]; }' but required in type '{ activeIds: any[]; }'.
Beta Was this translation helpful? Give feedback.
All reactions