Fabian Althaus [el-j]
Fabian Althaus [el-j]
Same with node-uglifier-es
@ajuhos thanks for this solution :) i will try to use your example as a starting point for a react-hooks implementation.
Hi, yes so indeed it's not about define slots and use them in the component. Its about useing the component and know the possible slot names or generically put in/fill...
... this would be so awesome ...
thank you for the quick reply! yes this was exactly what i was doing here. 1. extracting the `queryKeyFn` 2. try to use the query directly i opened the issue,...
sooo i have done what i needed. could u please check the pull-request i have opened: https://github.com/fabien0102/openapi-codegen/pull/122 what do you think?
ok so for the useMutation there is something wrong ... i think it's because the return types are just "any" and not really set...
@fabien0102 so i think i am done now, there is now a new plugin creating a `{namespace}Functions.ts` file next to the other files. it holds the query-functions for `queryClient.fetchQuery()` would...
had the same issue and fixed with override in package.json ``` "overrides": { "postcss": "8.4.19", } ```
hi, is there any chance this get merged?