Closed
Description
Describe the bug
When providing a URL via Provider component, useFetch URL doesn't get appended to Provider URL. This seems to only apply to auto managed useFetch
https://codesandbox.io/s/use-http-provider-bug-1n0mm?file=/src/App.js
To Reproduce
Steps to reproduce the behavior:
Check network tab in codesandbox, first request with empty string uses the Provider's URL, second and third requests don't use the Provider's URL
Expected behavior
The "/test" path should get appended to the provider's URL
Metadata
Metadata
Assignees
Labels
No labels