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
It may make sense to refactor the API handler parameters to accept a single object instead of a list of parameters.
It avoids having to pass undefined for certain parameters while calling the function, and maintaining the parameter order (devs may not get warned if they pass parameters in the wrong order if the type matches.)
It may make sense to refactor the API handler parameters to accept a single object instead of a list of parameters.
It avoids having to pass undefined for certain parameters while calling the function, and maintaining the parameter order (devs may not get warned if they pass parameters in the wrong order if the type matches.)
#1765 (comment)
The text was updated successfully, but these errors were encountered: