You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Schema available at https://esi.evetech.net/latest/swagger.json . However, due to limitations of the OpenAPI parser (swagger-codegen), I'm deleting the /route/{origin}/{destination}/ path:
joaomlneto
changed the title
Generated Infinite Queries won't work with "full" DataReturnType
TanstackQuery: Generated Infinite Queries won't work with "full" DataReturnType
Dec 23, 2023
joaomlneto
changed the title
TanstackQuery: Generated Infinite Queries won't work with "full" DataReturnType
TanstackQuery: Generated Infinite Queries won't compile with "full" DataReturnType
Dec 23, 2023
What version of
kubb
is running?kubb/2.1.0 darwin-arm64 node-v20.9.0
What platform is your computer?
MacOS
What version of external packages are you using(
@tanstack-query
,MSW
,React
,Vue
, ...)What steps can reproduce the bug?
dataReturnType
value offull
How often does this bug happen?
Every time
What is the expected behavior?
With
dataReturnType: full
the generated infinite query should accesslastPage.data.length
instead oflastPage.length
.Expected:
Actual:
Swagger/OpenAPI file?
Schema available at https://esi.evetech.net/latest/swagger.json . However, due to limitations of the OpenAPI parser (
swagger-codegen
), I'm deleting the/route/{origin}/{destination}/
path:Additional information
No response
The text was updated successfully, but these errors were encountered: