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
Setting enumSuffix to an empty string will result in some issues in creating enums, best to not set that to enum or Kubb will override other values. I will add an error when an empty string is being used.
What version of
kubb
is running?3.5.11
What kind of platform do you use?
MacOS
How does your
kubb.config.ts
config look likeSwagger/OpenAPI file?
What version of external packages are you using(
@tanstack-query
,MSW
,React
,Vue
, ...)What steps can reproduce the bug?
Result:
The schemas are generated correctly, but then cast into a single element instead of an array
How often does this bug happen?
Every time
What is the expected behavior?
Schemas cast correctly to an array of GetNotifications200/GetNotificationsQueryResponse
Additional information
No response
The text was updated successfully, but these errors were encountered: