CorrelAid / correlaid_website

Source code for the CorrelAid website
https://correlaid.org
3 stars 0 forks source link

await all promises included as top-level properties in `load` return values. #683

Closed jstet closed 2 months ago

jstet commented 2 months ago

The top-level "content" property returned from the load function in src/routes/+layout.server.js is a promise.

In SvelteKit 2.0, these will no longer be awaited automatically. To get rid of this warning, await all promises included as top-level properties in load return values.

jstet commented 2 months ago

679 caused this, will fix n branch