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
For urls that do not include an init param, generate a query key of length 2. This allows the value to be passed directly to `invalidateQueries()`.
Without this change, the package generates `["get", "/foo", undefined]` which does not correctly match the corresponding get query.
Related to openapi-ts#1806
0 commit comments