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
What version of external packages are you using(@tanstack-query, MSW, React, Vue, ...)
No response
What steps can reproduce the bug?
Generate the types with both 2.28.4 and with 3.3.5.
If you check the content of the generated BaseDateFilter.ts or DateGreaterOrEqualFilter.ts, it will change in version 3.3.5 and sadly it seems the "original" was better.
How often does this bug happen?
Every time
What is the expected behavior?
Generate the same code as 2.28.4
Additional information
I might mixed up something during the mere, please let me know if this is a config issue, but I do not think so.
The text was updated successfully, but these errors were encountered:
v3.4.2 of Kubb will resolve this issue, we used the required fields to add to the overall types but that is not needed anymore. I added a filter to remove keys that are already part of the properties.
What version of
kubb
is running?3.3.5
What kind of platform do you use?
None
How does your
kubb.config.ts
config look like2.28.4
3.3.5
Swagger/OpenAPI file?
this might not be the minimal repro, but it shows the issue
What version of external packages are you using(
@tanstack-query
,MSW
,React
,Vue
, ...)No response
What steps can reproduce the bug?
Generate the types with both 2.28.4 and with 3.3.5.
If you check the content of the generated
BaseDateFilter.ts
orDateGreaterOrEqualFilter.ts
, it will change in version 3.3.5 and sadly it seems the "original" was better.How often does this bug happen?
Every time
What is the expected behavior?
Generate the same code as 2.28.4
Additional information
I might mixed up something during the mere, please let me know if this is a config issue, but I do not think so.
The text was updated successfully, but these errors were encountered: