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
The implementation landed in that rootUrl will be added even when {url: '/any/end/point'} is used. This can be changed of course to allow for overrides.
Currently we only allow
fetch(url, options)
but we should supportfetch(options)
whereoptions.url
is passed.(I think right now it will work but it isn't supported by TypeScript)
The text was updated successfully, but these errors were encountered: