swr icon indicating copy to clipboard operation
swr copied to clipboard

React Hooks for Data Fetching

Results 188 swr issues
Sort by recently updated
recently updated
newest added

Bumps [axios](https://github.com/axios/axios) from 0.27.2 to 0.28.0. Release notes Sourced from axios's releases. Release v0.28.0 Release notes: Bug Fixes fix(security): fixed CVE-2023-45857 by backporting withXSRFToken option to v0.x (#6091) Backports from...

dependencies

Bumps [axios](https://github.com/axios/axios) from 0.23.0 to 0.28.0. Release notes Sourced from axios's releases. Release v0.28.0 Release notes: Bug Fixes fix(security): fixed CVE-2023-45857 by backporting withXSRFToken option to v0.x (#6091) Backports from...

dependencies

# Bug report ## Description / Observed Behavior When using `mutate` from `const { mutate } from 'swr';` to globally enforce a revalidation, then the mutate is silently ignored for...

# Bug report ## Description / Observed Behavior As I've come to understand, SWR Infinite by default always fetches the zeroth page alongside the current one. The data is then...

# Bug report ## Description / Observed Behavior When using Axios fetcher and making a post call from NextJs, the url is malformed What kind of issues did you encounter...

# Bug report ## Description / Observed Behavior I am using swr with object keys to fetch a data source which can be updated in backend and I am giving...

# Bug report ## Description / Observed Behavior Conditional fetching does not return expected type. ## Expected Behavior The response type should be a union type of the fetcher response...

# Bug report I'm a longtime SWR user, but I'm still puzzled by the behavior of the three different mutate functions: 1. The [bound mutate function](https://swr.vercel.app/docs/mutation#bound-mutate) returned by `useSWR`. 2....