Yury Zhuravlev
Yury Zhuravlev
I found a way how I can avoid load invalidation with `url`, it's a hack, but maybe it can help somebody: ```js let symbolKeyCache; /** @type {import('./$types').LayoutServerLoad} */ export async...
@Algoinde it's not a bad idea, but firstly team should get back to this issue.
@dummdidumm if you need a rerun function that uses untracked URLs you can do it by tracked part. The problem is only with functions which not include any `fetch` or...
@pabueco as I understand it's will be slower than my way, no?
@seanvelasco at least before `.url` was a private.
Node adapter:  dev  As you can see, on Node adapter, such CSS before the title wich in the head.
Okey, I will try to do it ASAP.
@Rich-Harris okey, reproducing is very trivial: 1. install sveltkit starter demo, `npm create svelte@latest my-app` 2. run it in dev `npm run dev`, and as you can see, all CSS...
We just need to add any `
In my opinion, the component CSS styles should have a chance to overwrite any styles from `` and `+layout`.