Adam Rackis
Adam Rackis
### Describe the bug Based on the comment here: https://github.com/sveltejs/kit/issues/6477#issuecomment-1256644295 it would seem like `invalidate(identifier)` would override cached results from a server load function. I'm having trouble reproducing that, though....
### Describe the bug If I have cache headers set in my server load function ```ts export async function load(params) { console.log('LOADING'); // const val = params.url.searchParams.get('val'); const val =...
Hi - love this project. Exactly what I needed. Unfortunately, being a non-Express-expert, a few things were tricky to figure out. Would you be open to a PR elaborating on...
### Describe the bug Obviously an anchor without an href is ... wrong. But it looks like they produce incorrect behavior in SvelteKit, at least with respect to re-focusing an...
### Describe the problem There's an amazing, brand new feature whereby GET forms can now be progressively enhanced, which means we can use them to navigate to new search results,...
### Describe the problem I've now twice gotten burned by using the "wrong" fetch in my loaders. Running fetch("/api/my-endpoint") with the global fetch that's in scope will puke, since "/api/my-endpoint"...
### Describe the bug With the following content in hooks.server.ts ```ts export async function handle({ event, resolve }: any) { const response = await resolve(event, { preload: ({ type }:...
### Describe the bug If there's a spring with a value of, say, 86, and that value is reduced to 0, the value first jumps forward, sometimes by a lot,...
### Before submitting the PR, please make sure you do the following - [❌] It's really useful if your PR references an issue where it is discussed ahead of time....