Victor

Results 170 comments of Victor

@arthurfiorette can you contact me on discord to discuss it?

Hello @samlof, when I tried, the signal still passed correctly to the `useQuery` hook. Can you provide an example?

@samlof if you use a mutator you can pass a second argument to the mutator to pass whatever you want automatically

Could be another possibility for the mocking maybe?

Hello thanks for the contribution. What do you think about doing the same thing as we already do for mocks maybe?

the params are passed to the body. Is it intended?

@soartec-lab it's what I use in my project if you need https://gist.github.com/anymaniax/44c1331a5643081a82da070e45f405f0

@soartec-lab If you pass the query params into the body it wont be a query params anymore or I am missing something?

it's not exactly the same since on zod we don't handle the schemas with the components section but directly on each path. We could add an option to do it...