Results 344 comments of Tee Ming

Please provide a minimal repository that shows how you are using the replaceState and pushState functions so that we can see exactly what error it throws.

I don’t think the netlify adapter has a `fallback` adapter option currently according to the docs. https://kit.svelte.dev/docs/adapter-netlify Regardless, the desired behaviour would be hitting a static generated fallback page or...

Please provide a minimal reproduction in the form of a code repository.

A good workaround for now is to use the `satisfies` keyword for a more accurate type https://www.typescriptlang.org/docs/handbook/release-notes/typescript-4-9.html wondering if this should just be the definitive solution

Thanks for opening this PR, although I’m not sure if this is the right solution. We need to load the root layout when rendering the root error page. I’m guessing...

closed in favour of https://github.com/sveltejs/kit/pull/12005

> Hi, > > Yes invalidation is completely broken in SvelteKit, buckle up : > > #11635 #11696 #11663 #11446 #10209 #10123 #10457 #10359 > > Unfortunately the team will...

I'm not able to reproduce this issue by following the instructions. The pages load fine in both orders of navigation. Can you re-confirm if you're still seeing this issue?

@dario-piotrowicz @Rich-Harris is there anything else that needs to be done in this PR? Or does it look good enough after updating to the latest wrangler version and passing in...

I think it would make sense to make all of the properties non-optional since they're now provided during `dev` and `build`. They should be provided during prerendering as well, but...