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
Even though, the searchParams are declared outside the field request and won't be considered when typing interceptors.
Proposal
We should warn users or show a type error if invalid properties are passed in HTTP schema declarations. By not showing any indicating of a schema with unknown properties, we make it harder for users to realize something is not right in the declaration.
The text was updated successfully, but these errors were encountered:
Currently, the following declaration does not generate any warnings or errors:
Even though, the
searchParams
are declared outside the fieldrequest
and won't be considered when typing interceptors.Proposal
We should warn users or show a type error if invalid properties are passed in HTTP schema declarations. By not showing any indicating of a schema with unknown properties, we make it harder for users to realize something is not right in the declaration.
The text was updated successfully, but these errors were encountered: