hyper-fetch
hyper-fetch copied to clipboard
⚡ Fetching and realtime data exchange framework.
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `yarn` dependencies of...
 ### Snyk has created this PR to fix 1 vulnerabilities in the yarn dependencies of this project. #### Snyk changed the following file(s): - `package.json` #### Note for [zero-installs](https://yarnpkg.com/features/zero-installs)...
 ### Snyk has created this PR to fix 12 vulnerabilities in the yarn dependencies of this project. #### Snyk changed the following file(s): - `package.json` #### Note for [zero-installs](https://yarnpkg.com/features/zero-installs)...
 ### Snyk has created this PR to fix 1 vulnerabilities in the yarn dependencies of this project. #### Snyk changed the following file(s): - `package.json` #### Note for [zero-installs](https://yarnpkg.com/features/zero-installs)...
**Describe the bug** `useFetch` with `refetchOnFocus` is ignoring `disable` prop. **To Reproduce** Steps to reproduce the behavior: 1. make a `useFetch` with `disabled: true` and `refetchOnFocus: true` 2. refocus tab...
**Describe the bug** getWebsocketAdapter and getSSEAdapter throws ReferenceError: window is not defined inside vitest env without jsdom. **To Reproduce** 1. Create new Socket() 2. Try to run a random test...
 ### Snyk has created this PR to fix 1 vulnerabilities in the yarn dependencies of this project. #### Snyk changed the following file(s): - `package.json` #### Note for [zero-installs](https://yarnpkg.com/features/zero-installs)...
**Describe the bug** In my nextjs application, I am using useFetch to fetch data from some APIs by requesting parameters from useParams on the client side, but after I tried...
Hi, I’m using HyperFetch (6.0.1) with React and useFetch for a paginated list. I noticed that when I change the query parameters of a request (for example, switching pages), the...