David Plugge
David Plugge
If you expect to always have the query param you can also use the handleFetch hook to always attach the param to the request url
I don´t think you can do that. Vscode gives me this error: ``` Invalid export 'actions' (valid exports are prerender, ssr, csr, trailingSlash, config, load, or anything with a '_'...
I wonder how actions in layout files would work, specifically how you would call them from the client (what to put in the form action attribute?). Page and layout actions...
It does need a proper reproduction. It's not always easy to get what exact problem an issue is about and it's just way easier and quicker to clone a repo...
Can confirm, I ran into this aswell
This is awesome!
They are both executed. You can use the event.data in your shared load function on the server and execute different code when running in the browser *haven't tested this, writing...
You can try to load the theme component in layout.js and pass it to layout.svelte
The `route.id` to the current layout/load function would be pretty nice. However I don´t think it´s very obvious how to implement this. Statically replacing a string like `CURRENT_ROUTE_ID` in files...
I think there was an issue about extracting the router into its own package. That could solve your issue.