Javascript – Svelte onMount too slow / delay on fixed header with dynamic height
I'm currently using SvelteKit for the frontend of my web application, and while it's been a great framework overall, I've encountered a challenge related to the timing of the onMount lifecycle hook. Specifically, it seems to fire after the prerendering…