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
If dev calls fetcher.read(resource, params, callback) it should expand this call to have all params defined when it calls the individual fetcher. This way devs won't have to check whether config is the callback or not.
The text was updated successfully, but these errors were encountered:
If dev calls
fetcher.read(resource, params, callback)
it should expand this call to have all params defined when it calls the individual fetcher. This way devs won't have to check whether config is the callback or not.The text was updated successfully, but these errors were encountered: