refs with .
inside, won't be imported correctly to zod schemas
#792
Labels
bug
Something isn't working
.
inside, won't be imported correctly to zod schemas
#792
What version of
kubb
is running?2.4.0
What platform is your computer?
codesandbox
What version of external packages are you using(
@tanstack-query
,MSW
,React
,Vue
, ...)No response
What steps can reproduce the bug?
see codesandbox https://codesandbox.io/p/devbox/kubb-playbox-5g2n53?file=%2Fswagger.yaml%3A81%2C25
you can see that type
pet.Pets
is converted toPetPets
, and inpetPetsSchema
, the import is not correctHow often does this bug happen?
Every time
What is the expected behavior?
either the import stays correct and the generated type is in
./gen/pet/Pets.ts
, or the input should be correctedSwagger/OpenAPI file?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: