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
Non-typescript users should see better errors if they pass invalid arguments to public methods. We should using invariant to assert the type of incoming inputs and provide descriptive errors if they're incorrect.
Non-typescript users should see better errors if they pass invalid arguments to public methods. We should using
invariant
to assert the type of incoming inputs and provide descriptive errors if they're incorrect.ts-invariant
api.request
,useApiQuery
, etc.) should validate parameters usinginvariant
The text was updated successfully, but these errors were encountered: