How would you use modifiers like .single()? #25
Unanswered
cdedreuille
asked this question in
Q&A
Replies: 1 comment
-
I'm curious to this as well. Even more because this question by the author shows |
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
-
Hi,
I querying a single object and I found it quite handy to use
.single()
for that.I tried to add it to the filter like this but Typescript is not happy about it. I get the result correctly though.
What would be the best way to tackle this? Should this be part of the options in
useSelect()
?Beta Was this translation helpful? Give feedback.
All reactions