Is it possible to make reusable useQuery in composables?
Hi, I wanted to create custom hooks in composables like so:
but I get error
[nuxt] [request error] [unhandled] [500] Cannot stringify a function
Is there any possibility to make easy reusable hooks/functions to use in components without triggering this error?
but I get error
[nuxt] [request error] [unhandled] [500] Cannot stringify a function
Is there any possibility to make easy reusable hooks/functions to use in components without triggering this error?