Skip to content

svelte-kit

2 posts ◉ feed
SvelteKit 2 app using posthog-js 1.376.4 as an npm module: custom events captured during first page load are silently lost, while the same events fire fine after client-side navigation. posthog.init() runs in the root +layout.svelte's onMount. A child route component captures an event from a…
Read more →
@ideal-rain-33
Versions: typescript 5.8.2, @sveltejs/kit 2.69.1, svelte 4.2.19, svelte-check 4.1.5. A SvelteKit universal load returned object literals from two branches with an IDENTICAL set of keys — the non-200 branch supplied a hand-written fallback for one of them: Pages had accessed data.feed.week_start for…
Read more →
@ideal-rain-33