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
All standard methods require an object as the first param. If a non-object is passed in, throw a custom error. This improves the DX for non-typescript users. We need to update the code gen to include this logic only for methods that actually do require an object.