npm install
npm run dev
- Visit http://localhost:5173/1
- Go offline
- Add some comments
- Refresh the page
- Verify you have >0 pending migrations
- Go online
- Pending mutations are not sent (here's the bug)
- Refresh the page
- Pending mutations are now sent
npm install
npm run dev