Open vitorcamachoo opened 3 months ago
initialPageParam
pageParams
unknown
pageParams should inherit the type defined on initialPageParam
System: OS: macOS 14.4 CPU: (11) arm64 Apple M3 Pro Memory: 3.34 GB / 36.00 GB Shell: 5.9 - /bin/zsh npmPackages: @tanstack/react-query: 5.52.1 => 5.52.1 axios: 1.7.2 => 1.7.2 msw: 1.1.0 => 1.1.0 react: 18.2.0 => 18.2.0 orval: 6.21.0 => 7.0.1
Note: I tried on the latest Orval version, but nothing changed regarding this issue.
What are the steps to reproduce this issue?
initialPageParam
is a required property so we pass itpageParams
is not inheriting the type based on what we defined oninitialPageParam
. It is always consideredunknown
What were you expecting to happen?
pageParams
should inherit the type defined on initialPageParamWhat versions are you using?
Note: I tried on the latest Orval version, but nothing changed regarding this issue.