https://github.com/badsyntax/react-query-mutation-resume-bug
https://github.com/badsyntax/react-query-mutation-resume-bug
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/badsyntax/react-query-mutation-resume-bug
- Owner: badsyntax
- Created: 2023-09-11T17:07:00.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-13T07:49:14.000Z (almost 3 years ago)
- Last Synced: 2025-02-15T05:15:01.814Z (over 1 year ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Query Offline Resume Bug Repo
1. `npm install`
2. `npm run dev`
3. Visit
4. Go offline
5. Add some comments
6. Refresh the page
7. Verify you have >0 pending migrations
8. Go online
9. Pending mutations are not sent (here's the bug)
10. Refresh the page
11. Pending mutations are now sent