Replies: 1 comment
-
Yes, this should work despite the type error. It’s just that they aren’t typed as readonly (yet) |
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 there,
Thanks for the great work on this library!
I’m currently migrating to Pinia Colada from TanStack Query. In my current project, I’ve been managing query keys using the approach outlined in Query Key Factories. However, I encountered the following TypeScript warning while trying to use a similar pattern in Pinia Colada:
Could Pina Colada support const arrays directly, or would you recommend an alternative approach that works well with Pina Colada? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions