-
Passing options such as headers to useFetch will never resolve a response (no error either).
The network request is still made and finishes, but the response does not resolve in the app.
**WORKS:*…
-
Hello,
I can't figure out how to handle fetch errors with fetch-suspense.
I'd like to show an error message to the user if something fails.
Could you provide an example, possibly with some commen…
-
I'm having trouble with CORS and other stuff related to `Headers`, there's nothing mentioning it and no example.
Is it possible to add it?
I've tried:
```
const DisplayRemoteData = () => {
…
-
Hi @CharlesStover! First off thanks for writing this package.
The only thing that I noticed was that maxDuration seems to not be respected and the loading spinner seems to show right away. Have you…
-
Hi. Thanks for this good work!
TL/DR: the requested feature would allow to simplify this
```
{searchResultPromise && (
searchResultPromise}>
{}
…