Replies: 1 comment 1 reply
-
Seems like a mistake. https://github.com/ngneat/elf/pull/452/files |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just solved a bug in my project which was caused by selectEntityByPredicate selector. I have a store with a custom id key and i missed to use the idKey option for the selectEntityByPredicate selector, which led to the selector trying to return a entity based on id property which was incorrect. Why do i have to configure idKey for the selector at all? As far as i can see selectEntityByPredicate is the only selector with this behavior.
Beta Was this translation helpful? Give feedback.
All reactions