Closed oxisto closed 9 months ago
Seems that with SvelteKit 2.0, we had some inconsistencies when loading the compliance data in the way that we did (which work in v1). This PR is now a workaround so that we fetch all data in the +layout.ts instead of +layout.ts and +page.ts.
+layout.ts
+page.ts
This could somehow be related to https://github.com/sveltejs/kit/issues/11446
Fixes #141
Seems that with SvelteKit 2.0, we had some inconsistencies when loading the compliance data in the way that we did (which work in v1). This PR is now a workaround so that we fetch all data in the
+layout.ts
instead of+layout.ts
and+page.ts
.This could somehow be related to https://github.com/sveltejs/kit/issues/11446
Fixes #141