@sveltejs/kit@2.48.1
📦 sveltekit
🐛 1 fixes
Summary
This patch release fixes a synchronization issue by ensuring the system waits for the commit promise rather than just the settled state.
🐛 Bug Fixes
- Updated the internal commit logic to wait for the commit promise instead of the 'settled' state to ensure proper synchronization.