https://github.com/mustofa-id/sveltekit-form-hang-repro
https://github.com/mustofa-id/sveltekit-form-hang-repro
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mustofa-id/sveltekit-form-hang-repro
- Owner: mustofa-id
- Created: 2024-03-15T03:16:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-15T03:29:15.000Z (over 1 year ago)
- Last Synced: 2025-02-13T02:33:09.140Z (8 months ago)
- Language: Svelte
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SvelteKit Form Enhance Hang Repro
```bash
pnpm ipnpm dev
```Open the Network tab in your browser's DevTools, then try clicking the Submit button. You'll notice that the request is pending or hangs. This issue only occurs in Node versions 18.18.2 through 20.9.0.
[svelte/kit#11126](https://github.com/sveltejs/kit/issues/11126)